@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/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1146'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1146'^^xsd:anyURI;
  dwc:observationDate '1995-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1147'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1147'^^xsd:anyURI;
  dwc:observationDate '1995-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1148'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1148'^^xsd:anyURI;
  dwc:observationDate '1995-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1149'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1149'^^xsd:anyURI;
  dwc:observationDate '1996-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1150'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1150'^^xsd:anyURI;
  dwc:observationDate '1996-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1151'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1151'^^xsd:anyURI;
  dwc:observationDate '1996-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1152'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1152'^^xsd:anyURI;
  dwc:observationDate '1996-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1153'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1153'^^xsd:anyURI;
  dwc:observationDate '1996-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1154'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1154'^^xsd:anyURI;
  dwc:observationDate '1996-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1159'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1159'^^xsd:anyURI;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1160'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1160'^^xsd:anyURI;
  dwc:observationDate '1998-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1161'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1161'^^xsd:anyURI;
  dwc:observationDate '1998-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1162'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1162'^^xsd:anyURI;
  dwc:observationDate '1998-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1163'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1163'^^xsd:anyURI;
  dwc:observationDate '1998-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1164'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1164'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1165'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1165'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1166'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1166'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1168'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1168'^^xsd:anyURI;
  dwc:observationDate '1999-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1169'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1169'^^xsd:anyURI;
  dwc:observationDate '1999-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1170'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1170'^^xsd:anyURI;
  dwc:observationDate '1999-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1171'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1171'^^xsd:anyURI;
  dwc:observationDate '1999-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1172'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1172'^^xsd:anyURI;
  dwc:observationDate '1999-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1173'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1173'^^xsd:anyURI;
  dwc:observationDate '1999-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1174'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1174'^^xsd:anyURI;
  dwc:observationDate '1999-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1175'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1175'^^xsd:anyURI;
  dwc:observationDate '1999-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1176'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1176'^^xsd:anyURI;
  dwc:observationDate '1999-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1177'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1177'^^xsd:anyURI;
  dwc:observationDate '1999-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1178'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1178'^^xsd:anyURI;
  dwc:observationDate '1999-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1179'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1179'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1180'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1180'^^xsd:anyURI;
  dwc:observationDate '1999-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1181'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1181'^^xsd:anyURI;
  dwc:observationDate '1999-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1182'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1182'^^xsd:anyURI;
  dwc:observationDate '1999-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1183'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1183'^^xsd:anyURI;
  dwc:observationDate '1999-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1184'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1184'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1185'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1185'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1189'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1189'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.39 2.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.39"^^xsd:decimal ;
  dwc:decimalLongitude "2.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.39 2.85)"^^geo:wktLiteral ;
  geo-pos:lat "51.39"^^xsd:decimal ;
  geo-pos:long "2.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1190'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.85'^^xsd:double;
  dwc:latitude '51.39'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1190'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.416667 3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.416667"^^xsd:decimal ;
  dwc:decimalLongitude "3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.416667 3)"^^geo:wktLiteral ;
  geo-pos:lat "51.416667"^^xsd:decimal ;
  geo-pos:long "3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1193'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3'^^xsd:integer;
  dwc:latitude '51.416667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1193'^^xsd:anyURI;
  dwc:observationDate '2000-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1194'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1194'^^xsd:anyURI;
  dwc:observationDate '2000-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1195'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1195'^^xsd:anyURI;
  dwc:observationDate '2000-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266678"^^xsd:decimal ;
  dwc:decimalLongitude "2.999924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  geo-pos:lat "51.266678"^^xsd:decimal ;
  geo-pos:long "2.999924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1196'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.999924'^^xsd:double;
  dwc:latitude '51.266678'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1196'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1197'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1197'^^xsd:anyURI;
  dwc:observationDate '2000-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1198'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1198'^^xsd:anyURI;
  dwc:observationDate '2000-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1199'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1199'^^xsd:anyURI;
  dwc:observationDate '2000-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1200'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1200'^^xsd:anyURI;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.39 2.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.39"^^xsd:decimal ;
  dwc:decimalLongitude "2.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.39 2.85)"^^geo:wktLiteral ;
  geo-pos:lat "51.39"^^xsd:decimal ;
  geo-pos:long "2.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1203'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.85'^^xsd:double;
  dwc:latitude '51.39'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1203'^^xsd:anyURI;
  dwc:observationDate '2000-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.426667"^^xsd:decimal ;
  dwc:decimalLongitude "2.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  geo-pos:lat "51.426667"^^xsd:decimal ;
  geo-pos:long "2.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1205'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483333'^^xsd:double;
  dwc:latitude '51.426667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1205'^^xsd:anyURI;
  dwc:observationDate '2000-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1209'^^xsd:anyURI;
  dwc:scientificName 'Physeter macrocephalus (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1209'^^xsd:anyURI;
  dwc:observationDate '2000-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2946 4.300583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2946"^^xsd:decimal ;
  dwc:decimalLongitude "4.300583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2946 4.300583)"^^geo:wktLiteral ;
  geo-pos:lat "51.2946"^^xsd:decimal ;
  geo-pos:long "4.300583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1214'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.300583'^^xsd:double;
  dwc:latitude '51.2946'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1214'^^xsd:anyURI;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344533 4.264067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344533"^^xsd:decimal ;
  dwc:decimalLongitude "4.264067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344533 4.264067)"^^geo:wktLiteral ;
  geo-pos:lat "51.344533"^^xsd:decimal ;
  geo-pos:long "4.264067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1215'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.264067'^^xsd:double;
  dwc:latitude '51.344533'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1215'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.029107 4.04107)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.029107"^^xsd:decimal ;
  dwc:decimalLongitude "4.04107"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.029107 4.04107)"^^geo:wktLiteral ;
  geo-pos:lat "51.029107"^^xsd:decimal ;
  geo-pos:long "4.04107"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1216'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.04107'^^xsd:double;
  dwc:latitude '51.029107'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1216'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.301545 4.283422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.301545"^^xsd:decimal ;
  dwc:decimalLongitude "4.283422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.301545 4.283422)"^^geo:wktLiteral ;
  geo-pos:lat "51.301545"^^xsd:decimal ;
  geo-pos:long "4.283422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1218'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.283422'^^xsd:double;
  dwc:latitude '51.301545'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1218'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1219'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1219'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1221'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1221'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1223'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1223'^^xsd:anyURI;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1225'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1225'^^xsd:anyURI;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239943"^^xsd:decimal ;
  dwc:decimalLongitude "2.908652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  geo-pos:lat "51.239943"^^xsd:decimal ;
  geo-pos:long "2.908652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1226'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908652'^^xsd:double;
  dwc:latitude '51.239943'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1226'^^xsd:anyURI;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 3.114917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.32"^^xsd:decimal ;
  dwc:decimalLongitude "3.114917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32 3.114917)"^^geo:wktLiteral ;
  geo-pos:lat "51.32"^^xsd:decimal ;
  geo-pos:long "3.114917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1227'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.114917'^^xsd:double;
  dwc:latitude '51.32'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1227'^^xsd:anyURI;
  dwc:observationDate '2001-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1228'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1228'^^xsd:anyURI;
  dwc:observationDate '2001-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1229'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1229'^^xsd:anyURI;
  dwc:observationDate '2001-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.208333 2.504167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.208333"^^xsd:decimal ;
  dwc:decimalLongitude "2.504167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.208333 2.504167)"^^geo:wktLiteral ;
  geo-pos:lat "51.208333"^^xsd:decimal ;
  geo-pos:long "2.504167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1230'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.504167'^^xsd:double;
  dwc:latitude '51.208333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1230'^^xsd:anyURI;
  dwc:observationDate '2001-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1231'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1231'^^xsd:anyURI;
  dwc:observationDate '2001-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1232'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1232'^^xsd:anyURI;
  dwc:observationDate '2001-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.808333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "2.808333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.808333)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "2.808333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1235'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.808333'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1235'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463333 2.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.463333"^^xsd:decimal ;
  dwc:decimalLongitude "2.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463333 2.87)"^^geo:wktLiteral ;
  geo-pos:lat "51.463333"^^xsd:decimal ;
  geo-pos:long "2.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1236'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.87'^^xsd:double;
  dwc:latitude '51.463333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1236'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1237'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1237'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1238'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1238'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 2.833333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.216667"^^xsd:decimal ;
  dwc:decimalLongitude "2.833333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.216667 2.833333)"^^geo:wktLiteral ;
  geo-pos:lat "51.216667"^^xsd:decimal ;
  geo-pos:long "2.833333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1239'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.833333'^^xsd:double;
  dwc:latitude '51.216667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1239'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1240'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1240'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1241'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1241'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1242'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1242'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1245'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1245'^^xsd:anyURI;
  dwc:observationDate '2001-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1246'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1246'^^xsd:anyURI;
  dwc:observationDate '2001-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1249'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1249'^^xsd:anyURI;
  dwc:observationDate '2001-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1250'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1250'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.142283 2.667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.142283"^^xsd:decimal ;
  dwc:decimalLongitude "2.667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.142283 2.667)"^^geo:wktLiteral ;
  geo-pos:lat "51.142283"^^xsd:decimal ;
  geo-pos:long "2.667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1252'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.667'^^xsd:double;
  dwc:latitude '51.142283'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1252'^^xsd:anyURI;
  dwc:observationDate '2001-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1253'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1253'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1256'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1256'^^xsd:anyURI;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.45"^^xsd:decimal ;
  dwc:decimalLongitude "3.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.45"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1258'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.45'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1258'^^xsd:anyURI;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1260'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1260'^^xsd:anyURI;
  dwc:observationDate '2002-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134651 2.639516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.134651"^^xsd:decimal ;
  dwc:decimalLongitude "2.639516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134651 2.639516)"^^geo:wktLiteral ;
  geo-pos:lat "51.134651"^^xsd:decimal ;
  geo-pos:long "2.639516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1261'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.639516'^^xsd:double;
  dwc:latitude '51.134651'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1261'^^xsd:anyURI;
  dwc:observationDate '2002-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1262'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1262'^^xsd:anyURI;
  dwc:observationDate '2002-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.426667"^^xsd:decimal ;
  dwc:decimalLongitude "2.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  geo-pos:lat "51.426667"^^xsd:decimal ;
  geo-pos:long "2.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1266'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483333'^^xsd:double;
  dwc:latitude '51.426667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1266'^^xsd:anyURI;
  dwc:observationDate '2002-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.966667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "2.966667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.966667)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "2.966667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1268'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.966667'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1268'^^xsd:anyURI;
  dwc:observationDate '2002-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1269'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1269'^^xsd:anyURI;
  dwc:observationDate '2002-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1270'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1270'^^xsd:anyURI;
  dwc:observationDate '2002-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1273'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1273'^^xsd:anyURI;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112292"^^xsd:decimal ;
  dwc:decimalLongitude "2.609281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  geo-pos:lat "51.112292"^^xsd:decimal ;
  geo-pos:long "2.609281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1274'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.609281'^^xsd:double;
  dwc:latitude '51.112292'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1274'^^xsd:anyURI;
  dwc:observationDate '2002-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1276'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1276'^^xsd:anyURI;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1277'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1277'^^xsd:anyURI;
  dwc:observationDate '2002-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1278'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1278'^^xsd:anyURI;
  dwc:observationDate '2002-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1280'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1280'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1281'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1281'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1282'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1282'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1283'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1283'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1290'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1290'^^xsd:anyURI;
  dwc:observationDate '2002-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.324013 4.310486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.324013"^^xsd:decimal ;
  dwc:decimalLongitude "4.310486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.324013 4.310486)"^^geo:wktLiteral ;
  geo-pos:lat "51.324013"^^xsd:decimal ;
  geo-pos:long "4.310486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1291'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.310486'^^xsd:double;
  dwc:latitude '51.324013'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1291'^^xsd:anyURI;
  dwc:observationDate '2002-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463333 2.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.463333"^^xsd:decimal ;
  dwc:decimalLongitude "2.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463333 2.87)"^^geo:wktLiteral ;
  geo-pos:lat "51.463333"^^xsd:decimal ;
  geo-pos:long "2.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1293'^^xsd:anyURI;
  dwc:scientificName 'Globicephala melaena (Traill 1809)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.87'^^xsd:double;
  dwc:latitude '51.463333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148727'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1293'^^xsd:anyURI;
  dwc:observationDate '2002-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137097'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1298'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1298'^^xsd:anyURI;
  dwc:observationDate '2002-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1301'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1301'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1302'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1302'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1304'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1304'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1305'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1305'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12155 2.61685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12155"^^xsd:decimal ;
  dwc:decimalLongitude "2.61685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12155 2.61685)"^^geo:wktLiteral ;
  geo-pos:lat "51.12155"^^xsd:decimal ;
  geo-pos:long "2.61685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1311'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.61685'^^xsd:double;
  dwc:latitude '51.12155'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1311'^^xsd:anyURI;
  dwc:observationDate '2003-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189833 2.416)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189833"^^xsd:decimal ;
  dwc:decimalLongitude "2.416"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189833 2.416)"^^geo:wktLiteral ;
  geo-pos:lat "51.189833"^^xsd:decimal ;
  geo-pos:long "2.416"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1315'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.416'^^xsd:double;
  dwc:latitude '51.189833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1315'^^xsd:anyURI;
  dwc:observationDate '2003-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.127983 2.623683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.127983"^^xsd:decimal ;
  dwc:decimalLongitude "2.623683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.127983 2.623683)"^^geo:wktLiteral ;
  geo-pos:lat "51.127983"^^xsd:decimal ;
  geo-pos:long "2.623683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1317'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.623683'^^xsd:double;
  dwc:latitude '51.127983'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1317'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1318'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1318'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13825 2.652533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13825"^^xsd:decimal ;
  dwc:decimalLongitude "2.652533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13825 2.652533)"^^geo:wktLiteral ;
  geo-pos:lat "51.13825"^^xsd:decimal ;
  geo-pos:long "2.652533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1319'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.652533'^^xsd:double;
  dwc:latitude '51.13825'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1319'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1320'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1320'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.291667 2.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.291667"^^xsd:decimal ;
  dwc:decimalLongitude "2.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.291667 2.85)"^^geo:wktLiteral ;
  geo-pos:lat "51.291667"^^xsd:decimal ;
  geo-pos:long "2.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1321'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.85'^^xsd:double;
  dwc:latitude '51.291667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1321'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.360167 1.965167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.360167"^^xsd:decimal ;
  dwc:decimalLongitude "1.965167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.360167 1.965167)"^^geo:wktLiteral ;
  geo-pos:lat "51.360167"^^xsd:decimal ;
  geo-pos:long "1.965167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1322'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '1.965167'^^xsd:double;
  dwc:latitude '51.360167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1322'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6115 2.514167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6115"^^xsd:decimal ;
  dwc:decimalLongitude "2.514167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6115 2.514167)"^^geo:wktLiteral ;
  geo-pos:lat "51.6115"^^xsd:decimal ;
  geo-pos:long "2.514167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1323'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.514167'^^xsd:double;
  dwc:latitude '51.6115'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1323'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659167 2.467833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.659167"^^xsd:decimal ;
  dwc:decimalLongitude "2.467833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.659167 2.467833)"^^geo:wktLiteral ;
  geo-pos:lat "51.659167"^^xsd:decimal ;
  geo-pos:long "2.467833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1324'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.467833'^^xsd:double;
  dwc:latitude '51.659167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1324'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.756833 2.522333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.756833"^^xsd:decimal ;
  dwc:decimalLongitude "2.522333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.756833 2.522333)"^^geo:wktLiteral ;
  geo-pos:lat "51.756833"^^xsd:decimal ;
  geo-pos:long "2.522333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1325'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.522333'^^xsd:double;
  dwc:latitude '51.756833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1325'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.692 2.436333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.692"^^xsd:decimal ;
  dwc:decimalLongitude "2.436333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.692 2.436333)"^^geo:wktLiteral ;
  geo-pos:lat "51.692"^^xsd:decimal ;
  geo-pos:long "2.436333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1326'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.436333'^^xsd:double;
  dwc:latitude '51.692'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1326'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.735833 2.4825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.735833"^^xsd:decimal ;
  dwc:decimalLongitude "2.4825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.735833 2.4825)"^^geo:wktLiteral ;
  geo-pos:lat "51.735833"^^xsd:decimal ;
  geo-pos:long "2.4825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1327'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.4825'^^xsd:double;
  dwc:latitude '51.735833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1327'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166 1.970833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.166"^^xsd:decimal ;
  dwc:decimalLongitude "1.970833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166 1.970833)"^^geo:wktLiteral ;
  geo-pos:lat "51.166"^^xsd:decimal ;
  geo-pos:long "1.970833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1328'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '1.970833'^^xsd:double;
  dwc:latitude '51.166'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1328'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280833 2.877333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280833"^^xsd:decimal ;
  dwc:decimalLongitude "2.877333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280833 2.877333)"^^geo:wktLiteral ;
  geo-pos:lat "51.280833"^^xsd:decimal ;
  geo-pos:long "2.877333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1329'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.877333'^^xsd:double;
  dwc:latitude '51.280833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1329'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.232483 2.926583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.232483"^^xsd:decimal ;
  dwc:decimalLongitude "2.926583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.232483 2.926583)"^^geo:wktLiteral ;
  geo-pos:lat "51.232483"^^xsd:decimal ;
  geo-pos:long "2.926583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1330'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.926583'^^xsd:double;
  dwc:latitude '51.232483'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1330'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1331'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1331'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.24185 2.915883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.24185"^^xsd:decimal ;
  dwc:decimalLongitude "2.915883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.24185 2.915883)"^^geo:wktLiteral ;
  geo-pos:lat "51.24185"^^xsd:decimal ;
  geo-pos:long "2.915883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1332'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.915883'^^xsd:double;
  dwc:latitude '51.24185'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1332'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.282783 3.024267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.282783"^^xsd:decimal ;
  dwc:decimalLongitude "3.024267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.282783 3.024267)"^^geo:wktLiteral ;
  geo-pos:lat "51.282783"^^xsd:decimal ;
  geo-pos:long "3.024267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1334'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.024267'^^xsd:double;
  dwc:latitude '51.282783'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1334'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1335'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1335'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.175781 4.327754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.175781"^^xsd:decimal ;
  dwc:decimalLongitude "4.327754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.175781 4.327754)"^^geo:wktLiteral ;
  geo-pos:lat "51.175781"^^xsd:decimal ;
  geo-pos:long "4.327754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1337'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.327754'^^xsd:double;
  dwc:latitude '51.175781'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1337'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1338'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1338'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1339'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1339'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25605 2.960167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25605"^^xsd:decimal ;
  dwc:decimalLongitude "2.960167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25605 2.960167)"^^geo:wktLiteral ;
  geo-pos:lat "51.25605"^^xsd:decimal ;
  geo-pos:long "2.960167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1341'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.960167'^^xsd:double;
  dwc:latitude '51.25605'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1341'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2195 2.8676)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2195"^^xsd:decimal ;
  dwc:decimalLongitude "2.8676"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2195 2.8676)"^^geo:wktLiteral ;
  geo-pos:lat "51.2195"^^xsd:decimal ;
  geo-pos:long "2.8676"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1342'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8676'^^xsd:double;
  dwc:latitude '51.2195'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1342'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.173983 2.738)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.173983"^^xsd:decimal ;
  dwc:decimalLongitude "2.738"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.173983 2.738)"^^geo:wktLiteral ;
  geo-pos:lat "51.173983"^^xsd:decimal ;
  geo-pos:long "2.738"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1343'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.738'^^xsd:double;
  dwc:latitude '51.173983'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1343'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1344'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1344'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.306833 3.074117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.306833"^^xsd:decimal ;
  dwc:decimalLongitude "3.074117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.306833 3.074117)"^^geo:wktLiteral ;
  geo-pos:lat "51.306833"^^xsd:decimal ;
  geo-pos:long "3.074117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1346'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.074117'^^xsd:double;
  dwc:latitude '51.306833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1346'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1347'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1347'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1348'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1348'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1350'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1350'^^xsd:anyURI;
  dwc:observationDate '2003-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1351'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1351'^^xsd:anyURI;
  dwc:observationDate '2003-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1352'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1352'^^xsd:anyURI;
  dwc:observationDate '2003-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1353'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1353'^^xsd:anyURI;
  dwc:observationDate '2003-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1354'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1354'^^xsd:anyURI;
  dwc:observationDate '2003-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.204333 2.83485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.204333"^^xsd:decimal ;
  dwc:decimalLongitude "2.83485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.204333 2.83485)"^^geo:wktLiteral ;
  geo-pos:lat "51.204333"^^xsd:decimal ;
  geo-pos:long "2.83485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1357'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.83485'^^xsd:double;
  dwc:latitude '51.204333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1357'^^xsd:anyURI;
  dwc:observationDate '2003-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1358'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1358'^^xsd:anyURI;
  dwc:observationDate '2003-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1359'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1359'^^xsd:anyURI;
  dwc:observationDate '2003-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1360'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1360'^^xsd:anyURI;
  dwc:observationDate '2003-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1361'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1361'^^xsd:anyURI;
  dwc:observationDate '2003-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1363'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1363'^^xsd:anyURI;
  dwc:observationDate '2003-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1364'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1364'^^xsd:anyURI;
  dwc:observationDate '2003-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1365'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1365'^^xsd:anyURI;
  dwc:observationDate '2003-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1366'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1366'^^xsd:anyURI;
  dwc:observationDate '2003-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1367'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1367'^^xsd:anyURI;
  dwc:observationDate '2003-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1368'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1368'^^xsd:anyURI;
  dwc:observationDate '2003-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1369'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1369'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1371'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1371'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239943"^^xsd:decimal ;
  dwc:decimalLongitude "2.908652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  geo-pos:lat "51.239943"^^xsd:decimal ;
  geo-pos:long "2.908652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1374'^^xsd:anyURI;
  dwc:scientificName 'Cetacea sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908652'^^xsd:double;
  dwc:latitude '51.239943'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1374'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1375'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1375'^^xsd:anyURI;
  dwc:observationDate '2003-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.140933 2.59985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.140933"^^xsd:decimal ;
  dwc:decimalLongitude "2.59985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.140933 2.59985)"^^geo:wktLiteral ;
  geo-pos:lat "51.140933"^^xsd:decimal ;
  geo-pos:long "2.59985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1376'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.59985'^^xsd:double;
  dwc:latitude '51.140933'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1376'^^xsd:anyURI;
  dwc:observationDate '2003-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1382'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1382'^^xsd:anyURI;
  dwc:observationDate '2003-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1383'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1383'^^xsd:anyURI;
  dwc:observationDate '2003-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1390'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1390'^^xsd:anyURI;
  dwc:observationDate '2003-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1397'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1397'^^xsd:anyURI;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1398'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1398'^^xsd:anyURI;
  dwc:observationDate '2004-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.267833 2.888667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.267833"^^xsd:decimal ;
  dwc:decimalLongitude "2.888667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.267833 2.888667)"^^geo:wktLiteral ;
  geo-pos:lat "51.267833"^^xsd:decimal ;
  geo-pos:long "2.888667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1401'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.888667'^^xsd:double;
  dwc:latitude '51.267833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1401'^^xsd:anyURI;
  dwc:observationDate '2004-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1402'^^xsd:anyURI;
  dwc:scientificName 'Physeter macrocephalus (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1402'^^xsd:anyURI;
  dwc:observationDate '2004-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1403'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1403'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234983 2.8867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234983"^^xsd:decimal ;
  dwc:decimalLongitude "2.8867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234983 2.8867)"^^geo:wktLiteral ;
  geo-pos:lat "51.234983"^^xsd:decimal ;
  geo-pos:long "2.8867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1404'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8867'^^xsd:double;
  dwc:latitude '51.234983'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1404'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.298417 4.290633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.298417"^^xsd:decimal ;
  dwc:decimalLongitude "4.290633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.298417 4.290633)"^^geo:wktLiteral ;
  geo-pos:lat "51.298417"^^xsd:decimal ;
  geo-pos:long "4.290633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1405'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.290633'^^xsd:double;
  dwc:latitude '51.298417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1405'^^xsd:anyURI;
  dwc:observationDate '2004-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1407'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1407'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1408'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1408'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1409'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1409'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1410'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1410'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1411'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1411'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1412'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1412'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1413'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1413'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1414'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1414'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1416'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1416'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1417'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1417'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1423'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1423'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1424'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1424'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1425'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1425'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1426'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1426'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1427'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1427'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1428'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1428'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.147333 2.581833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.147333"^^xsd:decimal ;
  dwc:decimalLongitude "2.581833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.147333 2.581833)"^^geo:wktLiteral ;
  geo-pos:lat "51.147333"^^xsd:decimal ;
  geo-pos:long "2.581833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1430'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.581833'^^xsd:double;
  dwc:latitude '51.147333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1430'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210333 2.551333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210333"^^xsd:decimal ;
  dwc:decimalLongitude "2.551333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210333 2.551333)"^^geo:wktLiteral ;
  geo-pos:lat "51.210333"^^xsd:decimal ;
  geo-pos:long "2.551333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1431'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.551333'^^xsd:double;
  dwc:latitude '51.210333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1431'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.226667 2.863333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.226667"^^xsd:decimal ;
  dwc:decimalLongitude "2.863333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.226667 2.863333)"^^geo:wktLiteral ;
  geo-pos:lat "51.226667"^^xsd:decimal ;
  geo-pos:long "2.863333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1432'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.863333'^^xsd:double;
  dwc:latitude '51.226667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1432'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2725 2.9985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2725"^^xsd:decimal ;
  dwc:decimalLongitude "2.9985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2725 2.9985)"^^geo:wktLiteral ;
  geo-pos:lat "51.2725"^^xsd:decimal ;
  geo-pos:long "2.9985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1433'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9985'^^xsd:double;
  dwc:latitude '51.2725'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1433'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1434'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1434'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.748767 2.873317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.748767"^^xsd:decimal ;
  dwc:decimalLongitude "2.873317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.748767 2.873317)"^^geo:wktLiteral ;
  geo-pos:lat "51.748767"^^xsd:decimal ;
  geo-pos:long "2.873317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1436'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.873317'^^xsd:double;
  dwc:latitude '51.748767'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1436'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.999167 2.851417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.999167"^^xsd:decimal ;
  dwc:decimalLongitude "2.851417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.999167 2.851417)"^^geo:wktLiteral ;
  geo-pos:lat "51.999167"^^xsd:decimal ;
  geo-pos:long "2.851417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1437'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.851417'^^xsd:double;
  dwc:latitude '51.999167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1437'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1438'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1438'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1439'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1439'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1440'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1440'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.220683 2.866717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.220683"^^xsd:decimal ;
  dwc:decimalLongitude "2.866717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.220683 2.866717)"^^geo:wktLiteral ;
  geo-pos:lat "51.220683"^^xsd:decimal ;
  geo-pos:long "2.866717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1441'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.866717'^^xsd:double;
  dwc:latitude '51.220683'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1441'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1442'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1442'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.357217 3.207717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.357217"^^xsd:decimal ;
  dwc:decimalLongitude "3.207717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.357217 3.207717)"^^geo:wktLiteral ;
  geo-pos:lat "51.357217"^^xsd:decimal ;
  geo-pos:long "3.207717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1443'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.207717'^^xsd:double;
  dwc:latitude '51.357217'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1443'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.426667"^^xsd:decimal ;
  dwc:decimalLongitude "2.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  geo-pos:lat "51.426667"^^xsd:decimal ;
  geo-pos:long "2.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1444'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483333'^^xsd:double;
  dwc:latitude '51.426667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1444'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1445'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1445'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1554 2.7112)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1554"^^xsd:decimal ;
  dwc:decimalLongitude "2.7112"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1554 2.7112)"^^geo:wktLiteral ;
  geo-pos:lat "51.1554"^^xsd:decimal ;
  geo-pos:long "2.7112"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1446'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.7112'^^xsd:double;
  dwc:latitude '51.1554'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1446'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.203333 2.785833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.203333"^^xsd:decimal ;
  dwc:decimalLongitude "2.785833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.203333 2.785833)"^^geo:wktLiteral ;
  geo-pos:lat "51.203333"^^xsd:decimal ;
  geo-pos:long "2.785833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1447'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.785833'^^xsd:double;
  dwc:latitude '51.203333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1447'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1448'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1448'^^xsd:anyURI;
  dwc:observationDate '2004-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.273333 2.883667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.273333"^^xsd:decimal ;
  dwc:decimalLongitude "2.883667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.273333 2.883667)"^^geo:wktLiteral ;
  geo-pos:lat "51.273333"^^xsd:decimal ;
  geo-pos:long "2.883667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1450'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.883667'^^xsd:double;
  dwc:latitude '51.273333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1450'^^xsd:anyURI;
  dwc:observationDate '2004-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1451'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1451'^^xsd:anyURI;
  dwc:observationDate '2004-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1455'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1455'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1456'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1456'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.156283 2.688367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.156283"^^xsd:decimal ;
  dwc:decimalLongitude "2.688367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.156283 2.688367)"^^geo:wktLiteral ;
  geo-pos:lat "51.156283"^^xsd:decimal ;
  geo-pos:long "2.688367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1457'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.688367'^^xsd:double;
  dwc:latitude '51.156283'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1457'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1458'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1458'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1460'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1460'^^xsd:anyURI;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_86'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1464'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1464'^^xsd:anyURI;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_87'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1465'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1465'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1466'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1466'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_88'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1468'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1468'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_89'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1469'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1469'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_90'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15425 2.714083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15425"^^xsd:decimal ;
  dwc:decimalLongitude "2.714083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15425 2.714083)"^^geo:wktLiteral ;
  geo-pos:lat "51.15425"^^xsd:decimal ;
  geo-pos:long "2.714083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1470'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.714083'^^xsd:double;
  dwc:latitude '51.15425'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1470'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2433 2.574317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2433"^^xsd:decimal ;
  dwc:decimalLongitude "2.574317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2433 2.574317)"^^geo:wktLiteral ;
  geo-pos:lat "51.2433"^^xsd:decimal ;
  geo-pos:long "2.574317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1471'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.574317'^^xsd:double;
  dwc:latitude '51.2433'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1471'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.133333 2.625)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.133333"^^xsd:decimal ;
  dwc:decimalLongitude "2.625"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.133333 2.625)"^^geo:wktLiteral ;
  geo-pos:lat "51.133333"^^xsd:decimal ;
  geo-pos:long "2.625"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1472'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.625'^^xsd:double;
  dwc:latitude '51.133333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1472'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 2.658333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15"^^xsd:decimal ;
  dwc:decimalLongitude "2.658333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15 2.658333)"^^geo:wktLiteral ;
  geo-pos:lat "51.15"^^xsd:decimal ;
  geo-pos:long "2.658333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1473'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.658333'^^xsd:double;
  dwc:latitude '51.15'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1473'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.160767 2.702917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.160767"^^xsd:decimal ;
  dwc:decimalLongitude "2.702917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.160767 2.702917)"^^geo:wktLiteral ;
  geo-pos:lat "51.160767"^^xsd:decimal ;
  geo-pos:long "2.702917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1474'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.702917'^^xsd:double;
  dwc:latitude '51.160767'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1474'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.191667 2.716667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.191667"^^xsd:decimal ;
  dwc:decimalLongitude "2.716667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.191667 2.716667)"^^geo:wktLiteral ;
  geo-pos:lat "51.191667"^^xsd:decimal ;
  geo-pos:long "2.716667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1475'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.716667'^^xsd:double;
  dwc:latitude '51.191667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1475'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1476'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1476'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_91'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1477'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1477'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_92'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1478'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1478'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_93'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1479'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1479'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_94'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1480'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1480'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1481'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1481'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1482'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1482'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1483'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1483'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1484'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1484'^^xsd:anyURI;
  dwc:observationDate '2004-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1486'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1486'^^xsd:anyURI;
  dwc:observationDate '2004-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1488'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1488'^^xsd:anyURI;
  dwc:observationDate '2004-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1491'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1491'^^xsd:anyURI;
  dwc:observationDate '2004-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1492'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1492'^^xsd:anyURI;
  dwc:observationDate '2004-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1497'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1497'^^xsd:anyURI;
  dwc:observationDate '2004-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1501'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1501'^^xsd:anyURI;
  dwc:observationDate '2004-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270333 2.801333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.270333"^^xsd:decimal ;
  dwc:decimalLongitude "2.801333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270333 2.801333)"^^geo:wktLiteral ;
  geo-pos:lat "51.270333"^^xsd:decimal ;
  geo-pos:long "2.801333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1507'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.801333'^^xsd:double;
  dwc:latitude '51.270333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1507'^^xsd:anyURI;
  dwc:observationDate '2004-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1513'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1513'^^xsd:anyURI;
  dwc:observationDate '2004-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1514'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1514'^^xsd:anyURI;
  dwc:observationDate '2004-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240333 2.920833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.240333"^^xsd:decimal ;
  dwc:decimalLongitude "2.920833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240333 2.920833)"^^geo:wktLiteral ;
  geo-pos:lat "51.240333"^^xsd:decimal ;
  geo-pos:long "2.920833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1515'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.920833'^^xsd:double;
  dwc:latitude '51.240333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1515'^^xsd:anyURI;
  dwc:observationDate '2004-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 2.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5"^^xsd:decimal ;
  dwc:decimalLongitude "2.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5 2.5)"^^geo:wktLiteral ;
  geo-pos:lat "51.5"^^xsd:decimal ;
  geo-pos:long "2.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1517'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5'^^xsd:double;
  dwc:latitude '51.5'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1517'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.466667 3.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.466667"^^xsd:decimal ;
  dwc:decimalLongitude "3.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.466667 3.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.466667"^^xsd:decimal ;
  geo-pos:long "3.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1520'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.2'^^xsd:double;
  dwc:latitude '51.466667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1520'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.7 2.583333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.7"^^xsd:decimal ;
  dwc:decimalLongitude "2.583333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.7 2.583333)"^^geo:wktLiteral ;
  geo-pos:lat "51.7"^^xsd:decimal ;
  geo-pos:long "2.583333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1522'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.583333'^^xsd:double;
  dwc:latitude '51.7'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1522'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.316667 2.766667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.316667"^^xsd:decimal ;
  dwc:decimalLongitude "2.766667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.316667 2.766667)"^^geo:wktLiteral ;
  geo-pos:lat "51.316667"^^xsd:decimal ;
  geo-pos:long "2.766667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1528'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.766667'^^xsd:double;
  dwc:latitude '51.316667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1528'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 3.183333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.45"^^xsd:decimal ;
  dwc:decimalLongitude "3.183333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.45 3.183333)"^^geo:wktLiteral ;
  geo-pos:lat "51.45"^^xsd:decimal ;
  geo-pos:long "3.183333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1529'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.183333'^^xsd:double;
  dwc:latitude '51.45'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1529'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31 2.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31"^^xsd:decimal ;
  dwc:decimalLongitude "2.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31 2.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.31"^^xsd:decimal ;
  geo-pos:long "2.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1530'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6'^^xsd:double;
  dwc:latitude '51.31'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1530'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.285883 3.010817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.285883"^^xsd:decimal ;
  dwc:decimalLongitude "3.010817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.285883 3.010817)"^^geo:wktLiteral ;
  geo-pos:lat "51.285883"^^xsd:decimal ;
  geo-pos:long "3.010817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1533'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.010817'^^xsd:double;
  dwc:latitude '51.285883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1533'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2832 2.99655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2832"^^xsd:decimal ;
  dwc:decimalLongitude "2.99655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2832 2.99655)"^^geo:wktLiteral ;
  geo-pos:lat "51.2832"^^xsd:decimal ;
  geo-pos:long "2.99655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1534'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.99655'^^xsd:double;
  dwc:latitude '51.2832'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1534'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1536'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1536'^^xsd:anyURI;
  dwc:observationDate '2004-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.283333 2.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.283333"^^xsd:decimal ;
  dwc:decimalLongitude "2.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.283333 2.5)"^^geo:wktLiteral ;
  geo-pos:lat "51.283333"^^xsd:decimal ;
  geo-pos:long "2.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1537'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5'^^xsd:double;
  dwc:latitude '51.283333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1537'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.5)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.5"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.5)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "2.5"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1538'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1538'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1541'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1541'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1545'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1545'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1546'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1546'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1551'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1551'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1552'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1552'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1553'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1553'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_2'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1554'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1554'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1555'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1555'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1556'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1556'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1557'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1557'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.518611 2.728056)"^^geo:wktLiteral ;
  dwc:decimalLatitude "52.518611"^^xsd:decimal ;
  dwc:decimalLongitude "2.728056"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (52.518611 2.728056)"^^geo:wktLiteral ;
  geo-pos:lat "52.518611"^^xsd:decimal ;
  geo-pos:long "2.728056"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1558'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.728056'^^xsd:double;
  dwc:latitude '52.518611'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1558'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233611 2.510556)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.233611"^^xsd:decimal ;
  dwc:decimalLongitude "2.510556"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233611 2.510556)"^^geo:wktLiteral ;
  geo-pos:lat "51.233611"^^xsd:decimal ;
  geo-pos:long "2.510556"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1559'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.510556'^^xsd:double;
  dwc:latitude '51.233611'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1559'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.271389 2.977778)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.271389"^^xsd:decimal ;
  dwc:decimalLongitude "2.977778"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.271389 2.977778)"^^geo:wktLiteral ;
  geo-pos:lat "51.271389"^^xsd:decimal ;
  geo-pos:long "2.977778"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1560'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.977778'^^xsd:double;
  dwc:latitude '51.271389'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1560'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1561'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1561'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1562'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1562'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1564'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1564'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1565'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1565'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1566'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1566'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_8'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1567'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1567'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1570'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1570'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1571'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1571'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1572'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1572'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1573'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1573'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1574'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1574'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1575'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1575'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_15'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1577'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1577'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1578'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1578'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1579'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1579'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1580'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1580'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_19'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1086 2.580867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1086"^^xsd:decimal ;
  dwc:decimalLongitude "2.580867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1086 2.580867)"^^geo:wktLiteral ;
  geo-pos:lat "51.1086"^^xsd:decimal ;
  geo-pos:long "2.580867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1582'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.580867'^^xsd:double;
  dwc:latitude '51.1086'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1582'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.163533 2.721817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.163533"^^xsd:decimal ;
  dwc:decimalLongitude "2.721817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.163533 2.721817)"^^geo:wktLiteral ;
  geo-pos:lat "51.163533"^^xsd:decimal ;
  geo-pos:long "2.721817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1583'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.721817'^^xsd:double;
  dwc:latitude '51.163533'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1583'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1584'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1584'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1585'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1585'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_21'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.335 2.918333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.335"^^xsd:decimal ;
  dwc:decimalLongitude "2.918333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.335 2.918333)"^^geo:wktLiteral ;
  geo-pos:lat "51.335"^^xsd:decimal ;
  geo-pos:long "2.918333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1586'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.918333'^^xsd:double;
  dwc:latitude '51.335'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1586'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.274317 2.909433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.274317"^^xsd:decimal ;
  dwc:decimalLongitude "2.909433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.274317 2.909433)"^^geo:wktLiteral ;
  geo-pos:lat "51.274317"^^xsd:decimal ;
  geo-pos:long "2.909433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1587'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.909433'^^xsd:double;
  dwc:latitude '51.274317'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1587'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.323333 2.9425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.323333"^^xsd:decimal ;
  dwc:decimalLongitude "2.9425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.323333 2.9425)"^^geo:wktLiteral ;
  geo-pos:lat "51.323333"^^xsd:decimal ;
  geo-pos:long "2.9425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1588'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9425'^^xsd:double;
  dwc:latitude '51.323333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1588'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37675 3.194133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.37675"^^xsd:decimal ;
  dwc:decimalLongitude "3.194133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37675 3.194133)"^^geo:wktLiteral ;
  geo-pos:lat "51.37675"^^xsd:decimal ;
  geo-pos:long "3.194133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1589'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.194133'^^xsd:double;
  dwc:latitude '51.37675'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1589'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.319167 2.992633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.319167"^^xsd:decimal ;
  dwc:decimalLongitude "2.992633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.319167 2.992633)"^^geo:wktLiteral ;
  geo-pos:lat "51.319167"^^xsd:decimal ;
  geo-pos:long "2.992633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1590'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.992633'^^xsd:double;
  dwc:latitude '51.319167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1590'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1591'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1591'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_22'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1592'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1592'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1593'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1593'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1594'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1594'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242167 2.9209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.242167"^^xsd:decimal ;
  dwc:decimalLongitude "2.9209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242167 2.9209)"^^geo:wktLiteral ;
  geo-pos:lat "51.242167"^^xsd:decimal ;
  geo-pos:long "2.9209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1595'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9209'^^xsd:double;
  dwc:latitude '51.242167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1595'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.243767 2.926017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.243767"^^xsd:decimal ;
  dwc:decimalLongitude "2.926017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.243767 2.926017)"^^geo:wktLiteral ;
  geo-pos:lat "51.243767"^^xsd:decimal ;
  geo-pos:long "2.926017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1596'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.926017'^^xsd:double;
  dwc:latitude '51.243767'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1596'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1597'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1597'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.260883 2.973017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.260883"^^xsd:decimal ;
  dwc:decimalLongitude "2.973017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.260883 2.973017)"^^geo:wktLiteral ;
  geo-pos:lat "51.260883"^^xsd:decimal ;
  geo-pos:long "2.973017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1599'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.973017'^^xsd:double;
  dwc:latitude '51.260883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1599'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275167 2.4645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.275167"^^xsd:decimal ;
  dwc:decimalLongitude "2.4645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275167 2.4645)"^^geo:wktLiteral ;
  geo-pos:lat "51.275167"^^xsd:decimal ;
  geo-pos:long "2.4645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1601'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.4645'^^xsd:double;
  dwc:latitude '51.275167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1601'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264667 2.574833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.264667"^^xsd:decimal ;
  dwc:decimalLongitude "2.574833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264667 2.574833)"^^geo:wktLiteral ;
  geo-pos:lat "51.264667"^^xsd:decimal ;
  geo-pos:long "2.574833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1602'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.574833'^^xsd:double;
  dwc:latitude '51.264667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1602'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1603'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1603'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1604'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1604'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1606'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1606'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_29'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1607'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1607'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1608'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1608'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1609'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1609'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1610'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1610'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1611'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1611'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1612'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1612'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_36'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1613'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1613'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_37'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1614'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1614'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_38'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1615'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1615'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_39'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1616'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1616'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_40'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1617'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1617'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_42'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1618'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1618'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_43'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1619'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1619'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_44'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1620'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1620'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_45'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1622'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1622'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_46'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1624'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1624'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_48'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1626'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1626'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_50'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1627'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1627'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.486667 2.87)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.486667"^^xsd:decimal ;
  dwc:decimalLongitude "2.87"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.486667 2.87)"^^geo:wktLiteral ;
  geo-pos:lat "51.486667"^^xsd:decimal ;
  geo-pos:long "2.87"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1628'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.87'^^xsd:double;
  dwc:latitude '51.486667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1628'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1629'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1629'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1630'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1630'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1631'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1631'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_54'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1632'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1632'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302033 3.070417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302033"^^xsd:decimal ;
  dwc:decimalLongitude "3.070417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302033 3.070417)"^^geo:wktLiteral ;
  geo-pos:lat "51.302033"^^xsd:decimal ;
  geo-pos:long "3.070417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1634'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.070417'^^xsd:double;
  dwc:latitude '51.302033'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1634'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286667 2.923333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.286667"^^xsd:decimal ;
  dwc:decimalLongitude "2.923333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286667 2.923333)"^^geo:wktLiteral ;
  geo-pos:lat "51.286667"^^xsd:decimal ;
  geo-pos:long "2.923333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1635'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.923333'^^xsd:double;
  dwc:latitude '51.286667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1635'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1636'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1636'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1637'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1637'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31805 3.103733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31805"^^xsd:decimal ;
  dwc:decimalLongitude "3.103733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31805 3.103733)"^^geo:wktLiteral ;
  geo-pos:lat "51.31805"^^xsd:decimal ;
  geo-pos:long "3.103733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1641'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.103733'^^xsd:double;
  dwc:latitude '51.31805'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1641'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1642'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1642'^^xsd:anyURI;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1643'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1643'^^xsd:anyURI;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.247633 2.909417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.247633"^^xsd:decimal ;
  dwc:decimalLongitude "2.909417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.247633 2.909417)"^^geo:wktLiteral ;
  geo-pos:lat "51.247633"^^xsd:decimal ;
  geo-pos:long "2.909417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1645'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.909417'^^xsd:double;
  dwc:latitude '51.247633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1645'^^xsd:anyURI;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1646'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1646'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_58'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233367 2.9251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.233367"^^xsd:decimal ;
  dwc:decimalLongitude "2.9251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233367 2.9251)"^^geo:wktLiteral ;
  geo-pos:lat "51.233367"^^xsd:decimal ;
  geo-pos:long "2.9251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1648'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9251'^^xsd:double;
  dwc:latitude '51.233367'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1648'^^xsd:anyURI;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1649'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1649'^^xsd:anyURI;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_57'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1651'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1651'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1652'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1652'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1653'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1653'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_62'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1654'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1654'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1656'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1656'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_64'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1657'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1657'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1658'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1658'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_66'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1659'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1659'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1660'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1660'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1661'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1661'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1662'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1662'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1663'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1663'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.515667 2.929333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.515667"^^xsd:decimal ;
  dwc:decimalLongitude "2.929333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.515667 2.929333)"^^geo:wktLiteral ;
  geo-pos:lat "51.515667"^^xsd:decimal ;
  geo-pos:long "2.929333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1664'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.929333'^^xsd:double;
  dwc:latitude '51.515667'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1664'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.55 2.956833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.55"^^xsd:decimal ;
  dwc:decimalLongitude "2.956833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.55 2.956833)"^^geo:wktLiteral ;
  geo-pos:lat "51.55"^^xsd:decimal ;
  geo-pos:long "2.956833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1665'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956833'^^xsd:double;
  dwc:latitude '51.55'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1665'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277 2.461167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.277"^^xsd:decimal ;
  dwc:decimalLongitude "2.461167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277 2.461167)"^^geo:wktLiteral ;
  geo-pos:lat "51.277"^^xsd:decimal ;
  geo-pos:long "2.461167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1666'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.461167'^^xsd:double;
  dwc:latitude '51.277'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1666'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.150417 2.694283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.150417"^^xsd:decimal ;
  dwc:decimalLongitude "2.694283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.150417 2.694283)"^^geo:wktLiteral ;
  geo-pos:lat "51.150417"^^xsd:decimal ;
  geo-pos:long "2.694283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1667'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.694283'^^xsd:double;
  dwc:latitude '51.150417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1667'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.111883 2.586717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.111883"^^xsd:decimal ;
  dwc:decimalLongitude "2.586717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.111883 2.586717)"^^geo:wktLiteral ;
  geo-pos:lat "51.111883"^^xsd:decimal ;
  geo-pos:long "2.586717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1668'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.586717'^^xsd:double;
  dwc:latitude '51.111883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1668'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.161133 2.70995)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.161133"^^xsd:decimal ;
  dwc:decimalLongitude "2.70995"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.161133 2.70995)"^^geo:wktLiteral ;
  geo-pos:lat "51.161133"^^xsd:decimal ;
  geo-pos:long "2.70995"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1669'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.70995'^^xsd:double;
  dwc:latitude '51.161133'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1669'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.186667 2.666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.186667"^^xsd:decimal ;
  dwc:decimalLongitude "2.666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.186667 2.666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.186667"^^xsd:decimal ;
  geo-pos:long "2.666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1670'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.666667'^^xsd:double;
  dwc:latitude '51.186667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1670'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1671'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1671'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1672'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1672'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1673'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1673'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1674'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1674'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1675'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1675'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_77'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1676'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1676'^^xsd:anyURI;
  dwc:observationDate '2005-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_78'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1677'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1677'^^xsd:anyURI;
  dwc:observationDate '2005-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_80'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.343333 3.040833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.343333"^^xsd:decimal ;
  dwc:decimalLongitude "3.040833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.343333 3.040833)"^^geo:wktLiteral ;
  geo-pos:lat "51.343333"^^xsd:decimal ;
  geo-pos:long "3.040833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1678'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.040833'^^xsd:double;
  dwc:latitude '51.343333'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1678'^^xsd:anyURI;
  dwc:observationDate '2005-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1679'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1679'^^xsd:anyURI;
  dwc:observationDate '2005-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1683'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1683'^^xsd:anyURI;
  dwc:observationDate '2005-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1684'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1684'^^xsd:anyURI;
  dwc:observationDate '2005-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.101017 2.553433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.101017"^^xsd:decimal ;
  dwc:decimalLongitude "2.553433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.101017 2.553433)"^^geo:wktLiteral ;
  geo-pos:lat "51.101017"^^xsd:decimal ;
  geo-pos:long "2.553433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1685'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.553433'^^xsd:double;
  dwc:latitude '51.101017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1685'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.56 2.9)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.56"^^xsd:decimal ;
  dwc:decimalLongitude "2.9"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.56 2.9)"^^geo:wktLiteral ;
  geo-pos:lat "51.56"^^xsd:decimal ;
  geo-pos:long "2.9"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1691'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9'^^xsd:double;
  dwc:latitude '51.56'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1691'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1692'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1692'^^xsd:anyURI;
  dwc:observationDate '2005-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1693'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1693'^^xsd:anyURI;
  dwc:observationDate '2005-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1694'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1694'^^xsd:anyURI;
  dwc:observationDate '2005-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264683 2.982383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.264683"^^xsd:decimal ;
  dwc:decimalLongitude "2.982383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264683 2.982383)"^^geo:wktLiteral ;
  geo-pos:lat "51.264683"^^xsd:decimal ;
  geo-pos:long "2.982383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1697'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.982383'^^xsd:double;
  dwc:latitude '51.264683'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1697'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262483 2.976433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262483"^^xsd:decimal ;
  dwc:decimalLongitude "2.976433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262483 2.976433)"^^geo:wktLiteral ;
  geo-pos:lat "51.262483"^^xsd:decimal ;
  geo-pos:long "2.976433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1698'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.976433'^^xsd:double;
  dwc:latitude '51.262483'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1698'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264083 2.978133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.264083"^^xsd:decimal ;
  dwc:decimalLongitude "2.978133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264083 2.978133)"^^geo:wktLiteral ;
  geo-pos:lat "51.264083"^^xsd:decimal ;
  geo-pos:long "2.978133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1699'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.978133'^^xsd:double;
  dwc:latitude '51.264083'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1699'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.101133 2.546817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.101133"^^xsd:decimal ;
  dwc:decimalLongitude "2.546817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.101133 2.546817)"^^geo:wktLiteral ;
  geo-pos:lat "51.101133"^^xsd:decimal ;
  geo-pos:long "2.546817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1700'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.546817'^^xsd:double;
  dwc:latitude '51.101133'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1700'^^xsd:anyURI;
  dwc:observationDate '2005-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1705'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1705'^^xsd:anyURI;
  dwc:observationDate '2006-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_85'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1706'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1706'^^xsd:anyURI;
  dwc:observationDate '2006-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1708'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1708'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_95'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1709'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1709'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_96'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1710'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1710'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_97'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1711'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1711'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_98'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1712'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1712'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_99'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1713'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1713'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_100'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1714'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1714'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_1'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1715'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1715'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_2'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1716'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1716'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_3'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1717'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1717'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_4'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.326067 3.137583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.326067"^^xsd:decimal ;
  dwc:decimalLongitude "3.137583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.326067 3.137583)"^^geo:wktLiteral ;
  geo-pos:lat "51.326067"^^xsd:decimal ;
  geo-pos:long "3.137583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1718'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.137583'^^xsd:double;
  dwc:latitude '51.326067'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1718'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.323867 3.137683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.323867"^^xsd:decimal ;
  dwc:decimalLongitude "3.137683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.323867 3.137683)"^^geo:wktLiteral ;
  geo-pos:lat "51.323867"^^xsd:decimal ;
  geo-pos:long "3.137683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1719'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.137683'^^xsd:double;
  dwc:latitude '51.323867'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1719'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325167 3.140433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.325167"^^xsd:decimal ;
  dwc:decimalLongitude "3.140433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325167 3.140433)"^^geo:wktLiteral ;
  geo-pos:lat "51.325167"^^xsd:decimal ;
  geo-pos:long "3.140433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1720'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.140433'^^xsd:double;
  dwc:latitude '51.325167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1720'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154333 2.712033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.154333"^^xsd:decimal ;
  dwc:decimalLongitude "2.712033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154333 2.712033)"^^geo:wktLiteral ;
  geo-pos:lat "51.154333"^^xsd:decimal ;
  geo-pos:long "2.712033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1721'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.712033'^^xsd:double;
  dwc:latitude '51.154333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1721'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286667 3.031333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.286667"^^xsd:decimal ;
  dwc:decimalLongitude "3.031333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286667 3.031333)"^^geo:wktLiteral ;
  geo-pos:lat "51.286667"^^xsd:decimal ;
  geo-pos:long "3.031333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1722'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.031333'^^xsd:double;
  dwc:latitude '51.286667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1722'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.375 3.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.375"^^xsd:decimal ;
  dwc:decimalLongitude "3.266667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.375 3.266667)"^^geo:wktLiteral ;
  geo-pos:lat "51.375"^^xsd:decimal ;
  geo-pos:long "3.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1723'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.266667'^^xsd:double;
  dwc:latitude '51.375'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1723'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325 3.008333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.325"^^xsd:decimal ;
  dwc:decimalLongitude "3.008333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325 3.008333)"^^geo:wktLiteral ;
  geo-pos:lat "51.325"^^xsd:decimal ;
  geo-pos:long "3.008333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1724'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.008333'^^xsd:double;
  dwc:latitude '51.325'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1724'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2975 2.885)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2975"^^xsd:decimal ;
  dwc:decimalLongitude "2.885"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2975 2.885)"^^geo:wktLiteral ;
  geo-pos:lat "51.2975"^^xsd:decimal ;
  geo-pos:long "2.885"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1725'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.885'^^xsd:double;
  dwc:latitude '51.2975'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1725'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318717 3.107967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318717"^^xsd:decimal ;
  dwc:decimalLongitude "3.107967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318717 3.107967)"^^geo:wktLiteral ;
  geo-pos:lat "51.318717"^^xsd:decimal ;
  geo-pos:long "3.107967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1726'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.107967'^^xsd:double;
  dwc:latitude '51.318717'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1726'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1727'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1727'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_5'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1728'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1728'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_6'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.324283 3.133317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.324283"^^xsd:decimal ;
  dwc:decimalLongitude "3.133317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.324283 3.133317)"^^geo:wktLiteral ;
  geo-pos:lat "51.324283"^^xsd:decimal ;
  geo-pos:long "3.133317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1729'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.133317'^^xsd:double;
  dwc:latitude '51.324283'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1729'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1730'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1730'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_7'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1731'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1731'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_9'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1732'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1732'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_10'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1733'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1733'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_12'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1734'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1734'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_13'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.372167 3.35445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.372167"^^xsd:decimal ;
  dwc:decimalLongitude "3.35445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.372167 3.35445)"^^geo:wktLiteral ;
  geo-pos:lat "51.372167"^^xsd:decimal ;
  geo-pos:long "3.35445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1735'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.35445'^^xsd:double;
  dwc:latitude '51.372167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1735'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1736'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1736'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_15'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1737'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1737'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_16'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1738'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1738'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_17'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1739'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1739'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_18'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.316467 3.103433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.316467"^^xsd:decimal ;
  dwc:decimalLongitude "3.103433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.316467 3.103433)"^^geo:wktLiteral ;
  geo-pos:lat "51.316467"^^xsd:decimal ;
  geo-pos:long "3.103433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1740'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.103433'^^xsd:double;
  dwc:latitude '51.316467'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1740'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1741'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1741'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_19'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.227283 2.9289)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.227283"^^xsd:decimal ;
  dwc:decimalLongitude "2.9289"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.227283 2.9289)"^^geo:wktLiteral ;
  geo-pos:lat "51.227283"^^xsd:decimal ;
  geo-pos:long "2.9289"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1742'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9289'^^xsd:double;
  dwc:latitude '51.227283'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1742'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.244433 2.932317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.244433"^^xsd:decimal ;
  dwc:decimalLongitude "2.932317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.244433 2.932317)"^^geo:wktLiteral ;
  geo-pos:lat "51.244433"^^xsd:decimal ;
  geo-pos:long "2.932317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1743'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.932317'^^xsd:double;
  dwc:latitude '51.244433'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1743'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264833 2.941667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.264833"^^xsd:decimal ;
  dwc:decimalLongitude "2.941667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264833 2.941667)"^^geo:wktLiteral ;
  geo-pos:lat "51.264833"^^xsd:decimal ;
  geo-pos:long "2.941667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1744'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.941667'^^xsd:double;
  dwc:latitude '51.264833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1744'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.229433 2.89465)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.229433"^^xsd:decimal ;
  dwc:decimalLongitude "2.89465"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.229433 2.89465)"^^geo:wktLiteral ;
  geo-pos:lat "51.229433"^^xsd:decimal ;
  geo-pos:long "2.89465"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1745'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.89465'^^xsd:double;
  dwc:latitude '51.229433'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1745'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1746'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1746'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_20'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1747'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1747'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_21'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1748'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1748'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_22'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1749'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1749'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_23'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1750'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1750'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_24'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230133 2.925467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.230133"^^xsd:decimal ;
  dwc:decimalLongitude "2.925467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230133 2.925467)"^^geo:wktLiteral ;
  geo-pos:lat "51.230133"^^xsd:decimal ;
  geo-pos:long "2.925467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1752'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.925467'^^xsd:double;
  dwc:latitude '51.230133'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1752'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.353167 3.086833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.353167"^^xsd:decimal ;
  dwc:decimalLongitude "3.086833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.353167 3.086833)"^^geo:wktLiteral ;
  geo-pos:lat "51.353167"^^xsd:decimal ;
  geo-pos:long "3.086833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1753'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.086833'^^xsd:double;
  dwc:latitude '51.353167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1753'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.251583 2.904917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.251583"^^xsd:decimal ;
  dwc:decimalLongitude "2.904917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.251583 2.904917)"^^geo:wktLiteral ;
  geo-pos:lat "51.251583"^^xsd:decimal ;
  geo-pos:long "2.904917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1754'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.904917'^^xsd:double;
  dwc:latitude '51.251583'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1754'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.353167 3.086833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.353167"^^xsd:decimal ;
  dwc:decimalLongitude "3.086833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.353167 3.086833)"^^geo:wktLiteral ;
  geo-pos:lat "51.353167"^^xsd:decimal ;
  geo-pos:long "3.086833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1755'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.086833'^^xsd:double;
  dwc:latitude '51.353167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1755'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.250867 2.8935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.250867"^^xsd:decimal ;
  dwc:decimalLongitude "2.8935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.250867 2.8935)"^^geo:wktLiteral ;
  geo-pos:lat "51.250867"^^xsd:decimal ;
  geo-pos:long "2.8935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1756'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8935'^^xsd:double;
  dwc:latitude '51.250867'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1756'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32655 3.103567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.32655"^^xsd:decimal ;
  dwc:decimalLongitude "3.103567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32655 3.103567)"^^geo:wktLiteral ;
  geo-pos:lat "51.32655"^^xsd:decimal ;
  geo-pos:long "3.103567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1757'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.103567'^^xsd:double;
  dwc:latitude '51.32655'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1757'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.342583 3.066667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.342583"^^xsd:decimal ;
  dwc:decimalLongitude "3.066667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.342583 3.066667)"^^geo:wktLiteral ;
  geo-pos:lat "51.342583"^^xsd:decimal ;
  geo-pos:long "3.066667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1758'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.066667'^^xsd:double;
  dwc:latitude '51.342583'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1758'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.293167 2.321333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.293167"^^xsd:decimal ;
  dwc:decimalLongitude "2.321333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.293167 2.321333)"^^geo:wktLiteral ;
  geo-pos:lat "51.293167"^^xsd:decimal ;
  geo-pos:long "2.321333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1759'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.321333'^^xsd:double;
  dwc:latitude '51.293167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1759'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1765'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1765'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_26'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.248 2.275833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.248"^^xsd:decimal ;
  dwc:decimalLongitude "2.275833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.248 2.275833)"^^geo:wktLiteral ;
  geo-pos:lat "51.248"^^xsd:decimal ;
  geo-pos:long "2.275833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1766'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.275833'^^xsd:double;
  dwc:latitude '51.248'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1766'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3435 2.182417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3435"^^xsd:decimal ;
  dwc:decimalLongitude "2.182417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3435 2.182417)"^^geo:wktLiteral ;
  geo-pos:lat "51.3435"^^xsd:decimal ;
  geo-pos:long "2.182417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1767'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.182417'^^xsd:double;
  dwc:latitude '51.3435'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1767'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.209667 2.469333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.209667"^^xsd:decimal ;
  dwc:decimalLongitude "2.469333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.209667 2.469333)"^^geo:wktLiteral ;
  geo-pos:lat "51.209667"^^xsd:decimal ;
  geo-pos:long "2.469333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1768'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.469333'^^xsd:double;
  dwc:latitude '51.209667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1768'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.23515 2.830717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.23515"^^xsd:decimal ;
  dwc:decimalLongitude "2.830717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.23515 2.830717)"^^geo:wktLiteral ;
  geo-pos:lat "51.23515"^^xsd:decimal ;
  geo-pos:long "2.830717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1769'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.830717'^^xsd:double;
  dwc:latitude '51.23515'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1769'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.241667 2.89)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.241667"^^xsd:decimal ;
  dwc:decimalLongitude "2.89"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.241667 2.89)"^^geo:wktLiteral ;
  geo-pos:lat "51.241667"^^xsd:decimal ;
  geo-pos:long "2.89"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1772'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.89'^^xsd:double;
  dwc:latitude '51.241667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1772'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1773'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1773'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_27'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1774'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1774'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_28'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3508 3.188033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3508"^^xsd:decimal ;
  dwc:decimalLongitude "3.188033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3508 3.188033)"^^geo:wktLiteral ;
  geo-pos:lat "51.3508"^^xsd:decimal ;
  geo-pos:long "3.188033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1775'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.188033'^^xsd:double;
  dwc:latitude '51.3508'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1775'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1776'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1776'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_30'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1777'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1777'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_31'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1778'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1778'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_32'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1779'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1779'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_33'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1780'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1780'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_34'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1781'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1781'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1782'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1782'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_35'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2237 2.868383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2237"^^xsd:decimal ;
  dwc:decimalLongitude "2.868383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2237 2.868383)"^^geo:wktLiteral ;
  geo-pos:lat "51.2237"^^xsd:decimal ;
  geo-pos:long "2.868383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1783'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.868383'^^xsd:double;
  dwc:latitude '51.2237'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1783'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.225133 2.8798)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.225133"^^xsd:decimal ;
  dwc:decimalLongitude "2.8798"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.225133 2.8798)"^^geo:wktLiteral ;
  geo-pos:lat "51.225133"^^xsd:decimal ;
  geo-pos:long "2.8798"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1784'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8798'^^xsd:double;
  dwc:latitude '51.225133'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1784'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5195 2.932583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5195"^^xsd:decimal ;
  dwc:decimalLongitude "2.932583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5195 2.932583)"^^geo:wktLiteral ;
  geo-pos:lat "51.5195"^^xsd:decimal ;
  geo-pos:long "2.932583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1785'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.932583'^^xsd:double;
  dwc:latitude '51.5195'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1785'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1786'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1786'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3565 3.204017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3565"^^xsd:decimal ;
  dwc:decimalLongitude "3.204017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3565 3.204017)"^^geo:wktLiteral ;
  geo-pos:lat "51.3565"^^xsd:decimal ;
  geo-pos:long "3.204017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1787'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.204017'^^xsd:double;
  dwc:latitude '51.3565'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1787'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1788'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1788'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1789'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1789'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1790'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1790'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_36'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1791'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1791'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_37'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1792'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1792'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_38'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1793'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1793'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_39'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1795'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1795'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_40'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1796'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1796'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_41'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1797'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1797'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.228717 2.8935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.228717"^^xsd:decimal ;
  dwc:decimalLongitude "2.8935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.228717 2.8935)"^^geo:wktLiteral ;
  geo-pos:lat "51.228717"^^xsd:decimal ;
  geo-pos:long "2.8935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1799'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8935'^^xsd:double;
  dwc:latitude '51.228717'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1799'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.299133 2.9585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.299133"^^xsd:decimal ;
  dwc:decimalLongitude "2.9585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.299133 2.9585)"^^geo:wktLiteral ;
  geo-pos:lat "51.299133"^^xsd:decimal ;
  geo-pos:long "2.9585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1802'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9585'^^xsd:double;
  dwc:latitude '51.299133'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1802'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1803'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1803'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_42'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1805'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1805'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_43'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1806'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1806'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_44'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.244433 2.912917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.244433"^^xsd:decimal ;
  dwc:decimalLongitude "2.912917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.244433 2.912917)"^^geo:wktLiteral ;
  geo-pos:lat "51.244433"^^xsd:decimal ;
  geo-pos:long "2.912917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1808'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.912917'^^xsd:double;
  dwc:latitude '51.244433'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1808'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2473 2.903783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2473"^^xsd:decimal ;
  dwc:decimalLongitude "2.903783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2473 2.903783)"^^geo:wktLiteral ;
  geo-pos:lat "51.2473"^^xsd:decimal ;
  geo-pos:long "2.903783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1809'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.903783'^^xsd:double;
  dwc:latitude '51.2473'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1809'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.284217 3.02)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.284217"^^xsd:decimal ;
  dwc:decimalLongitude "3.02"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.284217 3.02)"^^geo:wktLiteral ;
  geo-pos:lat "51.284217"^^xsd:decimal ;
  geo-pos:long "3.02"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1811'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.02'^^xsd:double;
  dwc:latitude '51.284217'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1811'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.283317 3.01795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.283317"^^xsd:decimal ;
  dwc:decimalLongitude "3.01795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.283317 3.01795)"^^geo:wktLiteral ;
  geo-pos:lat "51.283317"^^xsd:decimal ;
  geo-pos:long "3.01795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1812'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.01795'^^xsd:double;
  dwc:latitude '51.283317'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1812'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1813'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1813'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_46'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1814'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1814'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_47'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1815'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1815'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_50'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1816'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1816'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_48'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1817'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1817'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_49'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1818'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1818'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_51'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1819'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1819'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_52'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.883333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.883333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.883333)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "2.883333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1820'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.883333'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1820'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1821'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1821'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1822'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1822'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_53'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1823'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1823'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_54'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1824'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1824'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_55'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.253017 2.9563)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.253017"^^xsd:decimal ;
  dwc:decimalLongitude "2.9563"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.253017 2.9563)"^^geo:wktLiteral ;
  geo-pos:lat "51.253017"^^xsd:decimal ;
  geo-pos:long "2.9563"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1825'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9563'^^xsd:double;
  dwc:latitude '51.253017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1825'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.221567 2.854683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.221567"^^xsd:decimal ;
  dwc:decimalLongitude "2.854683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.221567 2.854683)"^^geo:wktLiteral ;
  geo-pos:lat "51.221567"^^xsd:decimal ;
  geo-pos:long "2.854683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1829'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.854683'^^xsd:double;
  dwc:latitude '51.221567'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1829'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.228717 2.882083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.228717"^^xsd:decimal ;
  dwc:decimalLongitude "2.882083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.228717 2.882083)"^^geo:wktLiteral ;
  geo-pos:lat "51.228717"^^xsd:decimal ;
  geo-pos:long "2.882083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1830'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.882083'^^xsd:double;
  dwc:latitude '51.228717'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1830'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.561333 3.232167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.561333"^^xsd:decimal ;
  dwc:decimalLongitude "3.232167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.561333 3.232167)"^^geo:wktLiteral ;
  geo-pos:lat "51.561333"^^xsd:decimal ;
  geo-pos:long "3.232167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1831'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata (Lacépède 1804)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.232167'^^xsd:double;
  dwc:latitude '51.561333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1831'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569167 2.251333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.569167"^^xsd:decimal ;
  dwc:decimalLongitude "2.251333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.569167 2.251333)"^^geo:wktLiteral ;
  geo-pos:lat "51.569167"^^xsd:decimal ;
  geo-pos:long "2.251333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1832'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.251333'^^xsd:double;
  dwc:latitude '51.569167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1832'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.591167 2.277667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.591167"^^xsd:decimal ;
  dwc:decimalLongitude "2.277667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.591167 2.277667)"^^geo:wktLiteral ;
  geo-pos:lat "51.591167"^^xsd:decimal ;
  geo-pos:long "2.277667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1833'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.277667'^^xsd:double;
  dwc:latitude '51.591167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1833'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.815 2.59)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.815"^^xsd:decimal ;
  dwc:decimalLongitude "2.59"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.815 2.59)"^^geo:wktLiteral ;
  geo-pos:lat "51.815"^^xsd:decimal ;
  geo-pos:long "2.59"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1834'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.59'^^xsd:double;
  dwc:latitude '51.815'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1834'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1835'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1835'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_56'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1836'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1836'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_57'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1837'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1837'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_58'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1838'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1838'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_59'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1839'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1839'^^xsd:anyURI;
  dwc:observationDate '2006-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_60'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1840'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1840'^^xsd:anyURI;
  dwc:observationDate '2006-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_61'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1841'^^xsd:anyURI;
  dwc:scientificName 'Megaptera novaeangliae (Borowski 1781)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1841'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1842'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1842'^^xsd:anyURI;
  dwc:observationDate '2006-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_63'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1843'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1843'^^xsd:anyURI;
  dwc:observationDate '2006-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_62'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1844'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1844'^^xsd:anyURI;
  dwc:observationDate '2006-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_64'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1845'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1845'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_65'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219417 2.85355)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219417"^^xsd:decimal ;
  dwc:decimalLongitude "2.85355"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219417 2.85355)"^^geo:wktLiteral ;
  geo-pos:lat "51.219417"^^xsd:decimal ;
  geo-pos:long "2.85355"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1846'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.85355'^^xsd:double;
  dwc:latitude '51.219417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1846'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01816 3.961083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.01816"^^xsd:decimal ;
  dwc:decimalLongitude "3.961083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.01816 3.961083)"^^geo:wktLiteral ;
  geo-pos:lat "51.01816"^^xsd:decimal ;
  geo-pos:long "3.961083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1847'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.961083'^^xsd:double;
  dwc:latitude '51.01816'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1847'^^xsd:anyURI;
  dwc:observationDate '2000-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1849'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1849'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1850'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1850'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.077135 4.891804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.077135"^^xsd:decimal ;
  dwc:decimalLongitude "4.891804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.077135 4.891804)"^^geo:wktLiteral ;
  geo-pos:lat "51.077135"^^xsd:decimal ;
  geo-pos:long "4.891804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1851'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.891804'^^xsd:double;
  dwc:latitude '51.077135'^^xsd:double;
  dwc:occurrenceRemarks 'Caught inland'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1851'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1852'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1852'^^xsd:anyURI;
  dwc:observationDate '2000-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1854'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1854'^^xsd:anyURI;
  dwc:observationDate '2000-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1856'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1856'^^xsd:anyURI;
  dwc:observationDate '2000-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1858'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1858'^^xsd:anyURI;
  dwc:observationDate '2000-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1859'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1859'^^xsd:anyURI;
  dwc:observationDate '2000-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.145928 2.737145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.145928"^^xsd:decimal ;
  dwc:decimalLongitude "2.737145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.145928 2.737145)"^^geo:wktLiteral ;
  geo-pos:lat "51.145928"^^xsd:decimal ;
  geo-pos:long "2.737145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1860'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.737145'^^xsd:double;
  dwc:latitude '51.145928'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1860'^^xsd:anyURI;
  dwc:observationDate '2000-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1861'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1861'^^xsd:anyURI;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1862'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1862'^^xsd:anyURI;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.145928 2.737145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.145928"^^xsd:decimal ;
  dwc:decimalLongitude "2.737145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.145928 2.737145)"^^geo:wktLiteral ;
  geo-pos:lat "51.145928"^^xsd:decimal ;
  geo-pos:long "2.737145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1863'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.737145'^^xsd:double;
  dwc:latitude '51.145928'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1863'^^xsd:anyURI;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310395"^^xsd:decimal ;
  dwc:decimalLongitude "3.118302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  geo-pos:lat "51.310395"^^xsd:decimal ;
  geo-pos:long "3.118302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1864'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.118302'^^xsd:double;
  dwc:latitude '51.310395'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1864'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1865'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1865'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15593 2.70894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15593"^^xsd:decimal ;
  dwc:decimalLongitude "2.70894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15593 2.70894)"^^geo:wktLiteral ;
  geo-pos:lat "51.15593"^^xsd:decimal ;
  geo-pos:long "2.70894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1867'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.70894'^^xsd:double;
  dwc:latitude '51.15593'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1867'^^xsd:anyURI;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1868'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1868'^^xsd:anyURI;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31094"^^xsd:decimal ;
  dwc:decimalLongitude "4.273813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  geo-pos:lat "51.31094"^^xsd:decimal ;
  geo-pos:long "4.273813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1869'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.273813'^^xsd:double;
  dwc:latitude '51.31094'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1869'^^xsd:anyURI;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1870'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1870'^^xsd:anyURI;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1871'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1871'^^xsd:anyURI;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1873'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1873'^^xsd:anyURI;
  dwc:observationDate '2000-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1874'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1874'^^xsd:anyURI;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.061721 4.437548)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.061721"^^xsd:decimal ;
  dwc:decimalLongitude "4.437548"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.061721 4.437548)"^^geo:wktLiteral ;
  geo-pos:lat "51.061721"^^xsd:decimal ;
  geo-pos:long "4.437548"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1875'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.437548'^^xsd:double;
  dwc:latitude '51.061721'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1875'^^xsd:anyURI;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1876'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1876'^^xsd:anyURI;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1877'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1877'^^xsd:anyURI;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1878'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1878'^^xsd:anyURI;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1879'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1879'^^xsd:anyURI;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "2.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1880'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.53'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1880'^^xsd:anyURI;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1881'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1881'^^xsd:anyURI;
  dwc:observationDate '2000-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1884'^^xsd:anyURI;
  dwc:scientificName 'Cystophora cristata (Erxleben 1777)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137078'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1884'^^xsd:anyURI;
  dwc:observationDate '2000-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1885'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1885'^^xsd:anyURI;
  dwc:observationDate '2000-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.362269"^^xsd:decimal ;
  dwc:decimalLongitude "4.242899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  geo-pos:lat "51.362269"^^xsd:decimal ;
  geo-pos:long "4.242899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1886'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.242899'^^xsd:double;
  dwc:latitude '51.362269'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1886'^^xsd:anyURI;
  dwc:observationDate '2000-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1888'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1888'^^xsd:anyURI;
  dwc:observationDate '1999-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1889'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1889'^^xsd:anyURI;
  dwc:observationDate '1999-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1890'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1890'^^xsd:anyURI;
  dwc:observationDate '1999-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.005368 3.771096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.005368"^^xsd:decimal ;
  dwc:decimalLongitude "3.771096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.005368 3.771096)"^^geo:wktLiteral ;
  geo-pos:lat "51.005368"^^xsd:decimal ;
  geo-pos:long "3.771096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1891'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.771096'^^xsd:double;
  dwc:latitude '51.005368'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1891'^^xsd:anyURI;
  dwc:observationDate '1999-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1892'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1892'^^xsd:anyURI;
  dwc:observationDate '1999-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.426667"^^xsd:decimal ;
  dwc:decimalLongitude "2.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  geo-pos:lat "51.426667"^^xsd:decimal ;
  geo-pos:long "2.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1894'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483333'^^xsd:double;
  dwc:latitude '51.426667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1894'^^xsd:anyURI;
  dwc:observationDate '1999-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09413 4.17273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09413"^^xsd:decimal ;
  dwc:decimalLongitude "4.17273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09413 4.17273)"^^geo:wktLiteral ;
  geo-pos:lat "51.09413"^^xsd:decimal ;
  geo-pos:long "4.17273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1895'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.17273'^^xsd:double;
  dwc:latitude '51.09413'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1895'^^xsd:anyURI;
  dwc:observationDate '1999-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1896'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1896'^^xsd:anyURI;
  dwc:observationDate '1999-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1897'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1897'^^xsd:anyURI;
  dwc:observationDate '2000-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1898'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1898'^^xsd:anyURI;
  dwc:observationDate '2000-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.362269"^^xsd:decimal ;
  dwc:decimalLongitude "4.242899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  geo-pos:lat "51.362269"^^xsd:decimal ;
  geo-pos:long "4.242899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1899'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.242899'^^xsd:double;
  dwc:latitude '51.362269'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1899'^^xsd:anyURI;
  dwc:observationDate '2000-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1900'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1900'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1901'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1901'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1902'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1902'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.316667 3.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.316667"^^xsd:decimal ;
  dwc:decimalLongitude "3.216667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.316667 3.216667)"^^geo:wktLiteral ;
  geo-pos:lat "51.316667"^^xsd:decimal ;
  geo-pos:long "3.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1903'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.216667'^^xsd:double;
  dwc:latitude '51.316667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1903'^^xsd:anyURI;
  dwc:observationDate '2000-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1904'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1904'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1905'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1905'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1906'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1906'^^xsd:anyURI;
  dwc:observationDate '2000-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1907'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1907'^^xsd:anyURI;
  dwc:observationDate '2000-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1908'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1908'^^xsd:anyURI;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1909'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1909'^^xsd:anyURI;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07575 4.417917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.07575"^^xsd:decimal ;
  dwc:decimalLongitude "4.417917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.07575 4.417917)"^^geo:wktLiteral ;
  geo-pos:lat "51.07575"^^xsd:decimal ;
  geo-pos:long "4.417917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1912'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.417917'^^xsd:double;
  dwc:latitude '51.07575'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1912'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.134894"^^xsd:decimal ;
  dwc:decimalLongitude "4.579898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  geo-pos:lat "51.134894"^^xsd:decimal ;
  geo-pos:long "4.579898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1913'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.579898'^^xsd:double;
  dwc:latitude '51.134894'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1913'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.186236 4.733367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.186236"^^xsd:decimal ;
  dwc:decimalLongitude "4.733367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.186236 4.733367)"^^geo:wktLiteral ;
  geo-pos:lat "51.186236"^^xsd:decimal ;
  geo-pos:long "4.733367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1914'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.733367'^^xsd:double;
  dwc:latitude '51.186236'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1914'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.175229 4.647449)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.175229"^^xsd:decimal ;
  dwc:decimalLongitude "4.647449"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.175229 4.647449)"^^geo:wktLiteral ;
  geo-pos:lat "51.175229"^^xsd:decimal ;
  geo-pos:long "4.647449"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1915'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.647449'^^xsd:double;
  dwc:latitude '51.175229'^^xsd:double;
  dwc:occurrenceRemarks 'Caught inland'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1915'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1916'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1916'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1917'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1917'^^xsd:anyURI;
  dwc:observationDate '2000-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.177627 4.716637)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.177627"^^xsd:decimal ;
  dwc:decimalLongitude "4.716637"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.177627 4.716637)"^^geo:wktLiteral ;
  geo-pos:lat "51.177627"^^xsd:decimal ;
  geo-pos:long "4.716637"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1918'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.716637'^^xsd:double;
  dwc:latitude '51.177627'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1918'^^xsd:anyURI;
  dwc:observationDate '2000-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1919'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1919'^^xsd:anyURI;
  dwc:observationDate '2000-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1920'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1920'^^xsd:anyURI;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1921'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1921'^^xsd:anyURI;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1922'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1922'^^xsd:anyURI;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09413 4.17273)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09413"^^xsd:decimal ;
  dwc:decimalLongitude "4.17273"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09413 4.17273)"^^geo:wktLiteral ;
  geo-pos:lat "51.09413"^^xsd:decimal ;
  geo-pos:long "4.17273"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1923'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.17273'^^xsd:double;
  dwc:latitude '51.09413'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1923'^^xsd:anyURI;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1925'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1925'^^xsd:anyURI;
  dwc:observationDate '2000-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1926'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1926'^^xsd:anyURI;
  dwc:observationDate '2000-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1927'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1927'^^xsd:anyURI;
  dwc:observationDate '2001-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1928'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1928'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.134894"^^xsd:decimal ;
  dwc:decimalLongitude "4.579898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  geo-pos:lat "51.134894"^^xsd:decimal ;
  geo-pos:long "4.579898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1929'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.579898'^^xsd:double;
  dwc:latitude '51.134894'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1929'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1930'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1930'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1931'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1931'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1932'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1932'^^xsd:anyURI;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1933'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1933'^^xsd:anyURI;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1936'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1936'^^xsd:anyURI;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1937'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1937'^^xsd:anyURI;
  dwc:observationDate '1999-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1938'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1938'^^xsd:anyURI;
  dwc:observationDate '1999-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1939'^^xsd:anyURI;
  dwc:scientificName 'Cystophora cristata (Erxleben 1777)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137078'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1939'^^xsd:anyURI;
  dwc:observationDate '1999-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1941'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1941'^^xsd:anyURI;
  dwc:observationDate '1999-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1942'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1942'^^xsd:anyURI;
  dwc:observationDate '1999-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1943'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1943'^^xsd:anyURI;
  dwc:observationDate '1999-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1944'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1944'^^xsd:anyURI;
  dwc:observationDate '1999-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.362269"^^xsd:decimal ;
  dwc:decimalLongitude "4.242899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  geo-pos:lat "51.362269"^^xsd:decimal ;
  geo-pos:long "4.242899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1945'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.242899'^^xsd:double;
  dwc:latitude '51.362269'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1945'^^xsd:anyURI;
  dwc:observationDate '1999-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346475 4.280108)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346475"^^xsd:decimal ;
  dwc:decimalLongitude "4.280108"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346475 4.280108)"^^geo:wktLiteral ;
  geo-pos:lat "51.346475"^^xsd:decimal ;
  geo-pos:long "4.280108"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1946'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.280108'^^xsd:double;
  dwc:latitude '51.346475'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1946'^^xsd:anyURI;
  dwc:observationDate '1999-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.362269"^^xsd:decimal ;
  dwc:decimalLongitude "4.242899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  geo-pos:lat "51.362269"^^xsd:decimal ;
  geo-pos:long "4.242899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1947'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.242899'^^xsd:double;
  dwc:latitude '51.362269'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1947'^^xsd:anyURI;
  dwc:observationDate '1999-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1948'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1948'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1949'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1949'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1951'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1951'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1952'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1952'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1953'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1953'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1954'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1954'^^xsd:anyURI;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1955'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1955'^^xsd:anyURI;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1956'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1956'^^xsd:anyURI;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1959'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1959'^^xsd:anyURI;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1961'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1961'^^xsd:anyURI;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1964'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1964'^^xsd:anyURI;
  dwc:observationDate '2001-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1965'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1965'^^xsd:anyURI;
  dwc:observationDate '2001-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1966'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1966'^^xsd:anyURI;
  dwc:observationDate '2001-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262249"^^xsd:decimal ;
  dwc:decimalLongitude "2.968215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  geo-pos:lat "51.262249"^^xsd:decimal ;
  geo-pos:long "2.968215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1967'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.968215'^^xsd:double;
  dwc:latitude '51.262249'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1967'^^xsd:anyURI;
  dwc:observationDate '2000-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "2.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1968'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.53'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1968'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.553333 2.65)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.553333"^^xsd:decimal ;
  dwc:decimalLongitude "2.65"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.553333 2.65)"^^geo:wktLiteral ;
  geo-pos:lat "51.553333"^^xsd:decimal ;
  geo-pos:long "2.65"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1969'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.65'^^xsd:double;
  dwc:latitude '51.553333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1969'^^xsd:anyURI;
  dwc:observationDate '2001-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1970'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1970'^^xsd:anyURI;
  dwc:observationDate '2001-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1971'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1971'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1972'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1972'^^xsd:anyURI;
  dwc:observationDate '2001-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1977'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1977'^^xsd:anyURI;
  dwc:observationDate '2001-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1978'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1978'^^xsd:anyURI;
  dwc:observationDate '2001-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1979'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1979'^^xsd:anyURI;
  dwc:observationDate '2001-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1983'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1983'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1985'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1985'^^xsd:anyURI;
  dwc:observationDate '2001-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1986'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1986'^^xsd:anyURI;
  dwc:observationDate '2001-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1987'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1987'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1988'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1988'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1990'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1990'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1991'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1991'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1993'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1993'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1994'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1994'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1995'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1995'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1996'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1996'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1997'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1997'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1998'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1998'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F1999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/1999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/1999'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/1999'^^xsd:anyURI;
  dwc:observationDate '2001-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2000'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2000'^^xsd:anyURI;
  dwc:observationDate '1997-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2001'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2001'^^xsd:anyURI;
  dwc:observationDate '2001-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.55)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2002'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.55'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2002'^^xsd:anyURI;
  dwc:observationDate '1997-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2003'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2003'^^xsd:anyURI;
  dwc:observationDate '2001-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2004'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2004'^^xsd:anyURI;
  dwc:observationDate '2001-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2006'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2006'^^xsd:anyURI;
  dwc:observationDate '2001-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2007'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2007'^^xsd:anyURI;
  dwc:observationDate '2001-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2010'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2010'^^xsd:anyURI;
  dwc:observationDate '2001-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2011'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2011'^^xsd:anyURI;
  dwc:observationDate '2001-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2012'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2012'^^xsd:anyURI;
  dwc:observationDate '2001-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2014'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2014'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2015'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2015'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2016'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2016'^^xsd:anyURI;
  dwc:observationDate '2001-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2019'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2019'^^xsd:anyURI;
  dwc:observationDate '2001-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2020'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2020'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2022'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2022'^^xsd:anyURI;
  dwc:observationDate '2001-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2023'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2023'^^xsd:anyURI;
  dwc:observationDate '2001-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2024'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2024'^^xsd:anyURI;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2025'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2025'^^xsd:anyURI;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2026'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2026'^^xsd:anyURI;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.426667"^^xsd:decimal ;
  dwc:decimalLongitude "2.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  geo-pos:lat "51.426667"^^xsd:decimal ;
  geo-pos:long "2.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2027'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483333'^^xsd:double;
  dwc:latitude '51.426667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2027'^^xsd:anyURI;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2029'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2029'^^xsd:anyURI;
  dwc:observationDate '2002-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2030'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2030'^^xsd:anyURI;
  dwc:observationDate '2002-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2031'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2031'^^xsd:anyURI;
  dwc:observationDate '2002-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.426667"^^xsd:decimal ;
  dwc:decimalLongitude "2.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  geo-pos:lat "51.426667"^^xsd:decimal ;
  geo-pos:long "2.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2033'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483333'^^xsd:double;
  dwc:latitude '51.426667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2033'^^xsd:anyURI;
  dwc:observationDate '2002-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2034'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2034'^^xsd:anyURI;
  dwc:observationDate '2002-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2035'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2035'^^xsd:anyURI;
  dwc:observationDate '2002-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2036'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2036'^^xsd:anyURI;
  dwc:observationDate '2002-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2037'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2037'^^xsd:anyURI;
  dwc:observationDate '2002-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2039'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2039'^^xsd:anyURI;
  dwc:observationDate '2002-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2041'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2041'^^xsd:anyURI;
  dwc:observationDate '2002-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2044'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2044'^^xsd:anyURI;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2045>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2045> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2045> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2045>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2045>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2045" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2045'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2045'^^xsd:anyURI;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2046'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2046'^^xsd:anyURI;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2048'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2048'^^xsd:anyURI;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2049'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2049'^^xsd:anyURI;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2050'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2050'^^xsd:anyURI;
  dwc:observationDate '2002-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2051'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2051'^^xsd:anyURI;
  dwc:observationDate '2002-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2052'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2052'^^xsd:anyURI;
  dwc:observationDate '2002-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2053'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2053'^^xsd:anyURI;
  dwc:observationDate '2002-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2055'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2055'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2057'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2057'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2058'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2058'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257994 4.301646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.257994"^^xsd:decimal ;
  dwc:decimalLongitude "4.301646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257994 4.301646)"^^geo:wktLiteral ;
  geo-pos:lat "51.257994"^^xsd:decimal ;
  geo-pos:long "4.301646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2059'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.301646'^^xsd:double;
  dwc:latitude '51.257994'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2059'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2060'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2060'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2061'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2061'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2063'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2063'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2064'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2064'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2065'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2065'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2066'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2066'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2067'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2067'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2068'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2068'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2069'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2069'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2070'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2070'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2071'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2071'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2072'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2072'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2073'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2073'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2074'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2074'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2075'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2075'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2076'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2076'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2077'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2077'^^xsd:anyURI;
  dwc:observationDate '2002-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2078'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2078'^^xsd:anyURI;
  dwc:observationDate '2002-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2079'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2079'^^xsd:anyURI;
  dwc:observationDate '2002-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2084'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2084'^^xsd:anyURI;
  dwc:observationDate '2002-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2085'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2085'^^xsd:anyURI;
  dwc:observationDate '2002-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2086'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2086'^^xsd:anyURI;
  dwc:observationDate '2002-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2087'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2087'^^xsd:anyURI;
  dwc:observationDate '2002-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2088'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2088'^^xsd:anyURI;
  dwc:observationDate '2002-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2091'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2091'^^xsd:anyURI;
  dwc:observationDate '2002-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2092'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2092'^^xsd:anyURI;
  dwc:observationDate '2002-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2093'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2093'^^xsd:anyURI;
  dwc:observationDate '2002-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2094'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2094'^^xsd:anyURI;
  dwc:observationDate '2002-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2095'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2095'^^xsd:anyURI;
  dwc:observationDate '2002-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2097'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2097'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2098'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2098'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2101'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2101'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2102'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2102'^^xsd:anyURI;
  dwc:observationDate '2003-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.426667"^^xsd:decimal ;
  dwc:decimalLongitude "2.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  geo-pos:lat "51.426667"^^xsd:decimal ;
  geo-pos:long "2.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2103'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483333'^^xsd:double;
  dwc:latitude '51.426667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2103'^^xsd:anyURI;
  dwc:observationDate '2003-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2105'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2105'^^xsd:anyURI;
  dwc:observationDate '2003-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2106'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2106'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2107'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2107'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2108'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2108'^^xsd:anyURI;
  dwc:observationDate '2003-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2109'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2109'^^xsd:anyURI;
  dwc:observationDate '2003-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2112'^^xsd:anyURI;
  dwc:scientificName 'Phoca groenlandica (Erxleben 1777)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137082'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2112'^^xsd:anyURI;
  dwc:observationDate '2003-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '159019'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.185471 4.695168)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.185471"^^xsd:decimal ;
  dwc:decimalLongitude "4.695168"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.185471 4.695168)"^^geo:wktLiteral ;
  geo-pos:lat "51.185471"^^xsd:decimal ;
  geo-pos:long "4.695168"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2113'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.695168'^^xsd:double;
  dwc:latitude '51.185471'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2113'^^xsd:anyURI;
  dwc:observationDate '2003-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230879 3.222016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.230879"^^xsd:decimal ;
  dwc:decimalLongitude "3.222016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230879 3.222016)"^^geo:wktLiteral ;
  geo-pos:lat "51.230879"^^xsd:decimal ;
  geo-pos:long "3.222016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2114'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.222016'^^xsd:double;
  dwc:latitude '51.230879'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2114'^^xsd:anyURI;
  dwc:observationDate '2003-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2116'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2116'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2117'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2117'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239943"^^xsd:decimal ;
  dwc:decimalLongitude "2.908652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  geo-pos:lat "51.239943"^^xsd:decimal ;
  geo-pos:long "2.908652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2121'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908652'^^xsd:double;
  dwc:latitude '51.239943'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2121'^^xsd:anyURI;
  dwc:observationDate '2003-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2122'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2122'^^xsd:anyURI;
  dwc:observationDate '2003-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2123'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2123'^^xsd:anyURI;
  dwc:observationDate '2003-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2125'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2125'^^xsd:anyURI;
  dwc:observationDate '2003-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2127'^^xsd:anyURI;
  dwc:scientificName 'Phoca groenlandica (Erxleben 1777)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137082'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2127'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '159019'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2128'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2128'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2129'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2129'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2130'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2130'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2132'^^xsd:anyURI;
  dwc:scientificName 'Cystophora cristata (Erxleben 1777)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137078'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2132'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2134'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2134'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2135'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2135'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2136'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2136'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2137'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2137'^^xsd:anyURI;
  dwc:observationDate '2003-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2139'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2139'^^xsd:anyURI;
  dwc:observationDate '2003-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31094"^^xsd:decimal ;
  dwc:decimalLongitude "4.273813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  geo-pos:lat "51.31094"^^xsd:decimal ;
  geo-pos:long "4.273813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2144'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.273813'^^xsd:double;
  dwc:latitude '51.31094'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2144'^^xsd:anyURI;
  dwc:observationDate '2003-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2146'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2146'^^xsd:anyURI;
  dwc:observationDate '2003-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2151'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2151'^^xsd:anyURI;
  dwc:observationDate '2003-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2152'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2152'^^xsd:anyURI;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2156'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2156'^^xsd:anyURI;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2157'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2157'^^xsd:anyURI;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2158'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2158'^^xsd:anyURI;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2159'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2159'^^xsd:anyURI;
  dwc:observationDate '2004-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2160'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2160'^^xsd:anyURI;
  dwc:observationDate '2004-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2161'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2161'^^xsd:anyURI;
  dwc:observationDate '2004-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2162'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2162'^^xsd:anyURI;
  dwc:observationDate '2004-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2163'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2163'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2164'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2164'^^xsd:anyURI;
  dwc:observationDate '2003-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.301545 4.283422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.301545"^^xsd:decimal ;
  dwc:decimalLongitude "4.283422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.301545 4.283422)"^^geo:wktLiteral ;
  geo-pos:lat "51.301545"^^xsd:decimal ;
  geo-pos:long "4.283422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2165'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.283422'^^xsd:double;
  dwc:latitude '51.301545'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2165'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2166'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2166'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2167'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2167'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2168'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2168'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2169'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2169'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2170'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2170'^^xsd:anyURI;
  dwc:observationDate '2004-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2172'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2172'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2173>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2173> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2173> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2173>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2173>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2173" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2173'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Caught inland'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2173'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2174'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2174'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2175'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2175'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2177'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2177'^^xsd:anyURI;
  dwc:observationDate '2004-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2179'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2179'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2180'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2180'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2181'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2181'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2182'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2182'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2183'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2183'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2187'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2187'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2190>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2190> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2190> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2190>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2190>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2190" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2190'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2190'^^xsd:anyURI;
  dwc:observationDate '2004-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2196'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2196'^^xsd:anyURI;
  dwc:observationDate '2004-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2198'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2198'^^xsd:anyURI;
  dwc:observationDate '2004-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2199'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2199'^^xsd:anyURI;
  dwc:observationDate '2004-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2202'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2202'^^xsd:anyURI;
  dwc:observationDate '2004-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2203'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2203'^^xsd:anyURI;
  dwc:observationDate '2004-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2204'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2204'^^xsd:anyURI;
  dwc:observationDate '2004-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2205'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2205'^^xsd:anyURI;
  dwc:observationDate '2004-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2207'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2207'^^xsd:anyURI;
  dwc:observationDate '2004-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.336896 3.15771)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.336896"^^xsd:decimal ;
  dwc:decimalLongitude "3.15771"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.336896 3.15771)"^^geo:wktLiteral ;
  geo-pos:lat "51.336896"^^xsd:decimal ;
  geo-pos:long "3.15771"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2210'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.15771'^^xsd:double;
  dwc:latitude '51.336896'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2210'^^xsd:anyURI;
  dwc:observationDate '2004-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2211'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2211'^^xsd:anyURI;
  dwc:observationDate '2004-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2212'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2212'^^xsd:anyURI;
  dwc:observationDate '2004-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2213'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2213'^^xsd:anyURI;
  dwc:observationDate '2004-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2214'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2214'^^xsd:anyURI;
  dwc:observationDate '2004-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2215'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2215'^^xsd:anyURI;
  dwc:observationDate '2004-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2216'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2216'^^xsd:anyURI;
  dwc:observationDate '2004-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2219'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2219'^^xsd:anyURI;
  dwc:observationDate '2004-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2223'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2223'^^xsd:anyURI;
  dwc:observationDate '2004-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2224'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2224'^^xsd:anyURI;
  dwc:observationDate '2004-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2225'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2225'^^xsd:anyURI;
  dwc:observationDate '2004-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2227'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2227'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2228'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2228'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2229'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2229'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2232'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2232'^^xsd:anyURI;
  dwc:observationDate '2004-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2235'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2235'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2239'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2239'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2242'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2242'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2243'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2243'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2244'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2244'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2246'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2246'^^xsd:anyURI;
  dwc:observationDate '2005-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2247'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2247'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1785 2.518)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1785"^^xsd:decimal ;
  dwc:decimalLongitude "2.518"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1785 2.518)"^^geo:wktLiteral ;
  geo-pos:lat "51.1785"^^xsd:decimal ;
  geo-pos:long "2.518"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2248'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.518'^^xsd:double;
  dwc:latitude '51.1785'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2248'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2249'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2249'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_31'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2250'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2250'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_41'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2251'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2251'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2252'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2252'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2253'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2253'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2254'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2254'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_47'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2259'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2259'^^xsd:anyURI;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2260'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2260'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2263'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2263'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2265'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2265'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2267'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2267'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_11'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2268'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2268'^^xsd:anyURI;
  dwc:observationDate '2005-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2269'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2269'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2270'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2270'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2271'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2271'^^xsd:anyURI;
  dwc:observationDate '2005-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2275'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2275'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2276'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2276'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2277'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2277'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2281'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2281'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2282'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2282'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2283'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2283'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2284'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2284'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_59'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2285'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2285'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2005_71'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2288'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2288'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2289'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2289'^^xsd:anyURI;
  dwc:observationDate '2002-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2290'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2290'^^xsd:anyURI;
  dwc:observationDate '2003-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2291'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2291'^^xsd:anyURI;
  dwc:observationDate '2004-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2292'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2292'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2297'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2297'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2300'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2300'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2301'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2301'^^xsd:anyURI;
  dwc:observationDate '2005-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2302'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2302'^^xsd:anyURI;
  dwc:observationDate '2005-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2304'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2304'^^xsd:anyURI;
  dwc:observationDate '2005-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2308'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2308'^^xsd:anyURI;
  dwc:observationDate '2005-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2309'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2309'^^xsd:anyURI;
  dwc:observationDate '2005-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2310'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2310'^^xsd:anyURI;
  dwc:observationDate '2005-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2311'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2311'^^xsd:anyURI;
  dwc:observationDate '2005-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2313'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2313'^^xsd:anyURI;
  dwc:observationDate '2005-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2314'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2314'^^xsd:anyURI;
  dwc:observationDate '2005-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2315'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2315'^^xsd:anyURI;
  dwc:observationDate '2005-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2316'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2316'^^xsd:anyURI;
  dwc:observationDate '2005-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2317'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2317'^^xsd:anyURI;
  dwc:observationDate '2005-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2318'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2318'^^xsd:anyURI;
  dwc:observationDate '2006-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2323'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2323'^^xsd:anyURI;
  dwc:observationDate '2006-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2324'^^xsd:anyURI;
  dwc:scientificName 'Phoca groenlandica (Erxleben 1777)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137082'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2324'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '159019'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2325'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2325'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.766667 3.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.766667"^^xsd:decimal ;
  dwc:decimalLongitude "3.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.766667 3.45)"^^geo:wktLiteral ;
  geo-pos:lat "50.766667"^^xsd:decimal ;
  geo-pos:long "3.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2326'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.45'^^xsd:double;
  dwc:latitude '50.766667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2326'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2327'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2327'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2328'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2328'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2329'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2329'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2331'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2331'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_8'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2334'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2334'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2336'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2336'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2337'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2337'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2338'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2338'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2340'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2340'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2341'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2341'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2342'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2342'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2343'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2343'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2345'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2345'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.200242 4.350913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.200242"^^xsd:decimal ;
  dwc:decimalLongitude "4.350913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.200242 4.350913)"^^geo:wktLiteral ;
  geo-pos:lat "51.200242"^^xsd:decimal ;
  geo-pos:long "4.350913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2346'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.350913'^^xsd:double;
  dwc:latitude '51.200242'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2346'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104818 4.186255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104818"^^xsd:decimal ;
  dwc:decimalLongitude "4.186255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104818 4.186255)"^^geo:wktLiteral ;
  geo-pos:lat "51.104818"^^xsd:decimal ;
  geo-pos:long "4.186255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2347'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.186255'^^xsd:double;
  dwc:latitude '51.104818'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2347'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2348'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2348'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31094"^^xsd:decimal ;
  dwc:decimalLongitude "4.273813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  geo-pos:lat "51.31094"^^xsd:decimal ;
  geo-pos:long "4.273813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2349'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.273813'^^xsd:double;
  dwc:latitude '51.31094'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2349'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121734 4.304811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.121734"^^xsd:decimal ;
  dwc:decimalLongitude "4.304811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121734 4.304811)"^^geo:wktLiteral ;
  geo-pos:lat "51.121734"^^xsd:decimal ;
  geo-pos:long "4.304811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2350'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.304811'^^xsd:double;
  dwc:latitude '51.121734'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2350'^^xsd:anyURI;
  dwc:observationDate '2006-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.261907 2.989658)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.261907"^^xsd:decimal ;
  dwc:decimalLongitude "2.989658"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.261907 2.989658)"^^geo:wktLiteral ;
  geo-pos:lat "51.261907"^^xsd:decimal ;
  geo-pos:long "2.989658"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2351'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.989658'^^xsd:double;
  dwc:latitude '51.261907'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2351'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2352'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2352'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2355'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2355'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2357'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2357'^^xsd:anyURI;
  dwc:observationDate '2006-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2359'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2359'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2360'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2360'^^xsd:anyURI;
  dwc:observationDate '2006-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2361'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2361'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2362'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2362'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_66'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2363'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2363'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2364'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2364'^^xsd:anyURI;
  dwc:observationDate '2006-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2367'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2367'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2368'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2368'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2369'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2369'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2370'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2370'^^xsd:anyURI;
  dwc:observationDate '1995-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2371'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2371'^^xsd:anyURI;
  dwc:observationDate '1995-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2372'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2372'^^xsd:anyURI;
  dwc:observationDate '1995-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2373'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2373'^^xsd:anyURI;
  dwc:observationDate '1995-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2374'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2374'^^xsd:anyURI;
  dwc:observationDate '1995-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2375'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2375'^^xsd:anyURI;
  dwc:observationDate '1995-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2376'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2376'^^xsd:anyURI;
  dwc:observationDate '1995-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2377'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2377'^^xsd:anyURI;
  dwc:observationDate '1995-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03418 4.102595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03418"^^xsd:decimal ;
  dwc:decimalLongitude "4.102595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03418 4.102595)"^^geo:wktLiteral ;
  geo-pos:lat "51.03418"^^xsd:decimal ;
  geo-pos:long "4.102595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2378'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.102595'^^xsd:double;
  dwc:latitude '51.03418'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2378'^^xsd:anyURI;
  dwc:observationDate '1995-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.130217 4.617198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.130217"^^xsd:decimal ;
  dwc:decimalLongitude "4.617198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.130217 4.617198)"^^geo:wktLiteral ;
  geo-pos:lat "51.130217"^^xsd:decimal ;
  geo-pos:long "4.617198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2379'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1995'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.617198'^^xsd:double;
  dwc:latitude '51.130217'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2379'^^xsd:anyURI;
  dwc:observationDate '1995-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2380'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2380'^^xsd:anyURI;
  dwc:observationDate '1996-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2381'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2381'^^xsd:anyURI;
  dwc:observationDate '1996-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2383'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2383'^^xsd:anyURI;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2384>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2384> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2384> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2384>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2384>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2384" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2384'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2384'^^xsd:anyURI;
  dwc:observationDate '1993-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.102328 4.132092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.102328"^^xsd:decimal ;
  dwc:decimalLongitude "4.132092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.102328 4.132092)"^^geo:wktLiteral ;
  geo-pos:lat "51.102328"^^xsd:decimal ;
  geo-pos:long "4.132092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2385'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1993'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.132092'^^xsd:double;
  dwc:latitude '51.102328'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2385'^^xsd:anyURI;
  dwc:observationDate '1993-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.005368 3.771096)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.005368"^^xsd:decimal ;
  dwc:decimalLongitude "3.771096"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.005368 3.771096)"^^geo:wktLiteral ;
  geo-pos:lat "51.005368"^^xsd:decimal ;
  geo-pos:long "3.771096"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2386'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.771096'^^xsd:double;
  dwc:latitude '51.005368'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2386'^^xsd:anyURI;
  dwc:observationDate '1987-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230879 3.222016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.230879"^^xsd:decimal ;
  dwc:decimalLongitude "3.222016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230879 3.222016)"^^geo:wktLiteral ;
  geo-pos:lat "51.230879"^^xsd:decimal ;
  geo-pos:long "3.222016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2387'^^xsd:anyURI;
  dwc:scientificName 'Cystophora cristata (Erxleben 1777)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1987'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.222016'^^xsd:double;
  dwc:latitude '51.230879'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137078'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2387'^^xsd:anyURI;
  dwc:observationDate '1987-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2388'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1986'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2388'^^xsd:anyURI;
  dwc:observationDate '1986-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2389'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2389'^^xsd:anyURI;
  dwc:observationDate '1983-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2390'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1984'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2390'^^xsd:anyURI;
  dwc:observationDate '1984-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310395"^^xsd:decimal ;
  dwc:decimalLongitude "3.118302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  geo-pos:lat "51.310395"^^xsd:decimal ;
  geo-pos:long "3.118302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2391'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.118302'^^xsd:double;
  dwc:latitude '51.310395'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2391'^^xsd:anyURI;
  dwc:observationDate '1983-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2392'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1983'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2392'^^xsd:anyURI;
  dwc:observationDate '1983-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2393'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2393'^^xsd:anyURI;
  dwc:observationDate '1982-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2394'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1982'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2394'^^xsd:anyURI;
  dwc:observationDate '1982-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2395'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2395'^^xsd:anyURI;
  dwc:observationDate '2000-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2396'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1981'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2396'^^xsd:anyURI;
  dwc:observationDate '1981-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2397'^^xsd:anyURI;
  dwc:scientificName 'Odobenus rosmarus (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137077'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2397'^^xsd:anyURI;
  dwc:observationDate '1976-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137077'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2398'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2398'^^xsd:anyURI;
  dwc:observationDate '1992-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2399'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2399'^^xsd:anyURI;
  dwc:observationDate '1991-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2400'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1991'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2400'^^xsd:anyURI;
  dwc:observationDate '1991-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2401'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1994'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2401'^^xsd:anyURI;
  dwc:observationDate '1994-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.055237 4.198954)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.055237"^^xsd:decimal ;
  dwc:decimalLongitude "4.198954"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.055237 4.198954)"^^geo:wktLiteral ;
  geo-pos:lat "51.055237"^^xsd:decimal ;
  geo-pos:long "4.198954"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2403'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.198954'^^xsd:double;
  dwc:latitude '51.055237'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2403'^^xsd:anyURI;
  dwc:observationDate '1996-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2405'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2405'^^xsd:anyURI;
  dwc:observationDate '1996-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2406'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2406'^^xsd:anyURI;
  dwc:observationDate '1996-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2408'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2408'^^xsd:anyURI;
  dwc:observationDate '1996-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2409'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1996'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2409'^^xsd:anyURI;
  dwc:observationDate '1996-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.199383 2.5059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.199383"^^xsd:decimal ;
  dwc:decimalLongitude "2.5059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.199383 2.5059)"^^geo:wktLiteral ;
  geo-pos:lat "51.199383"^^xsd:decimal ;
  geo-pos:long "2.5059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2410'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5059'^^xsd:double;
  dwc:latitude '51.199383'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2410'^^xsd:anyURI;
  dwc:observationDate '1997-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2411'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2411'^^xsd:anyURI;
  dwc:observationDate '1997-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2412'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2412'^^xsd:anyURI;
  dwc:observationDate '1997-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.102328 4.132092)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.102328"^^xsd:decimal ;
  dwc:decimalLongitude "4.132092"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.102328 4.132092)"^^geo:wktLiteral ;
  geo-pos:lat "51.102328"^^xsd:decimal ;
  geo-pos:long "4.132092"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2414'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.132092'^^xsd:double;
  dwc:latitude '51.102328'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2414'^^xsd:anyURI;
  dwc:observationDate '1997-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2416'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2416'^^xsd:anyURI;
  dwc:observationDate '1997-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2417'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2417'^^xsd:anyURI;
  dwc:observationDate '1997-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2418'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2418'^^xsd:anyURI;
  dwc:observationDate '1997-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2419'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2419'^^xsd:anyURI;
  dwc:observationDate '1997-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2420'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2420'^^xsd:anyURI;
  dwc:observationDate '1997-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2421'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2421'^^xsd:anyURI;
  dwc:observationDate '1997-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2422'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2422'^^xsd:anyURI;
  dwc:observationDate '1997-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2423'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2423'^^xsd:anyURI;
  dwc:observationDate '1997-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2424'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2424'^^xsd:anyURI;
  dwc:observationDate '1997-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2425'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2425'^^xsd:anyURI;
  dwc:observationDate '1997-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.55)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2426'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.55'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2426'^^xsd:anyURI;
  dwc:observationDate '1997-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2428'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2428'^^xsd:anyURI;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.716667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05"^^xsd:decimal ;
  dwc:decimalLongitude "3.716667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.716667)"^^geo:wktLiteral ;
  geo-pos:lat "51.05"^^xsd:decimal ;
  geo-pos:long "3.716667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2429'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.716667'^^xsd:double;
  dwc:latitude '51.05'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2429'^^xsd:anyURI;
  dwc:observationDate '1998-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2430'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2430'^^xsd:anyURI;
  dwc:observationDate '1998-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2431'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2431'^^xsd:anyURI;
  dwc:observationDate '1998-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2432'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2432'^^xsd:anyURI;
  dwc:observationDate '1998-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.388333 4.1)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.388333"^^xsd:decimal ;
  dwc:decimalLongitude "4.1"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.388333 4.1)"^^geo:wktLiteral ;
  geo-pos:lat "51.388333"^^xsd:decimal ;
  geo-pos:long "4.1"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2433'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.1'^^xsd:double;
  dwc:latitude '51.388333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2433'^^xsd:anyURI;
  dwc:observationDate '1998-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03418 4.102595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03418"^^xsd:decimal ;
  dwc:decimalLongitude "4.102595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03418 4.102595)"^^geo:wktLiteral ;
  geo-pos:lat "51.03418"^^xsd:decimal ;
  geo-pos:long "4.102595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2434'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.102595'^^xsd:double;
  dwc:latitude '51.03418'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2434'^^xsd:anyURI;
  dwc:observationDate '1998-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.716667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05"^^xsd:decimal ;
  dwc:decimalLongitude "3.716667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.716667)"^^geo:wktLiteral ;
  geo-pos:lat "51.05"^^xsd:decimal ;
  geo-pos:long "3.716667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2435'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.716667'^^xsd:double;
  dwc:latitude '51.05'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2435'^^xsd:anyURI;
  dwc:observationDate '1998-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2436'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2436'^^xsd:anyURI;
  dwc:observationDate '1998-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2437'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2437'^^xsd:anyURI;
  dwc:observationDate '1998-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2438'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2438'^^xsd:anyURI;
  dwc:observationDate '1998-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2439'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2439'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.855756 3.624963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.855756"^^xsd:decimal ;
  dwc:decimalLongitude "3.624963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.855756 3.624963)"^^geo:wktLiteral ;
  geo-pos:lat "50.855756"^^xsd:decimal ;
  geo-pos:long "3.624963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2440'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.624963'^^xsd:double;
  dwc:latitude '50.855756'^^xsd:double;
  dwc:occurrenceRemarks 'Caught inland'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2440'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.996617 4.461949)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.996617"^^xsd:decimal ;
  dwc:decimalLongitude "4.461949"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.996617 4.461949)"^^geo:wktLiteral ;
  geo-pos:lat "50.996617"^^xsd:decimal ;
  geo-pos:long "4.461949"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2441'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.461949'^^xsd:double;
  dwc:latitude '50.996617'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2441'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.716667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05"^^xsd:decimal ;
  dwc:decimalLongitude "3.716667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05 3.716667)"^^geo:wktLiteral ;
  geo-pos:lat "51.05"^^xsd:decimal ;
  geo-pos:long "3.716667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2442'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.716667'^^xsd:double;
  dwc:latitude '51.05'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2442'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2443'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2443'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.973158 4.459078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.973158"^^xsd:decimal ;
  dwc:decimalLongitude "4.459078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.973158 4.459078)"^^geo:wktLiteral ;
  geo-pos:lat "50.973158"^^xsd:decimal ;
  geo-pos:long "4.459078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2444'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.459078'^^xsd:double;
  dwc:latitude '50.973158'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2444'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2445'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2445'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2446'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2446'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2447'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2447'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2448'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2448'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2449'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2449'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2450'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2450'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2451'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2451'^^xsd:anyURI;
  dwc:observationDate '1998-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2452'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2452'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.042221 3.793255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.042221"^^xsd:decimal ;
  dwc:decimalLongitude "3.793255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.042221 3.793255)"^^geo:wktLiteral ;
  geo-pos:lat "51.042221"^^xsd:decimal ;
  geo-pos:long "3.793255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2453'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.793255'^^xsd:double;
  dwc:latitude '51.042221'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2453'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2454'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2454'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.145928 2.737145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.145928"^^xsd:decimal ;
  dwc:decimalLongitude "2.737145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.145928 2.737145)"^^geo:wktLiteral ;
  geo-pos:lat "51.145928"^^xsd:decimal ;
  geo-pos:long "2.737145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2455'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.737145'^^xsd:double;
  dwc:latitude '51.145928'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2455'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2456'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2456'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2457'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2457'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2458'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2458'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2459'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2459'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2460'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2460'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2461'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2461'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.028666 4.43507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.028666"^^xsd:decimal ;
  dwc:decimalLongitude "4.43507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.028666 4.43507)"^^geo:wktLiteral ;
  geo-pos:lat "51.028666"^^xsd:decimal ;
  geo-pos:long "4.43507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2462'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.43507'^^xsd:double;
  dwc:latitude '51.028666'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2462'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2463'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2463'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2464'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2464'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2465'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2465'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2467'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2467'^^xsd:anyURI;
  dwc:observationDate '1998-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2468'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2468'^^xsd:anyURI;
  dwc:observationDate '1998-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2469'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2469'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2470'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2470'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2471'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2471'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2472'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2472'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2473'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2473'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2474'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2474'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2475'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2475'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2476'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2476'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.134894"^^xsd:decimal ;
  dwc:decimalLongitude "4.579898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  geo-pos:lat "51.134894"^^xsd:decimal ;
  geo-pos:long "4.579898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2477'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.579898'^^xsd:double;
  dwc:latitude '51.134894'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2477'^^xsd:anyURI;
  dwc:observationDate '1999-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2478'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2478'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2479'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2479'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2480'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2480'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112292"^^xsd:decimal ;
  dwc:decimalLongitude "2.609281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  geo-pos:lat "51.112292"^^xsd:decimal ;
  geo-pos:long "2.609281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2481'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.609281'^^xsd:double;
  dwc:latitude '51.112292'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2481'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2482'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2482'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2483'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2483'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2484'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2484'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2485'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2485'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2486'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2486'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104678 3.712881)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104678"^^xsd:decimal ;
  dwc:decimalLongitude "3.712881"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104678 3.712881)"^^geo:wktLiteral ;
  geo-pos:lat "51.104678"^^xsd:decimal ;
  geo-pos:long "3.712881"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2487'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.712881'^^xsd:double;
  dwc:latitude '51.104678'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2487'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2488'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2488'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2489'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2489'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2490'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2490'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03418 4.102595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03418"^^xsd:decimal ;
  dwc:decimalLongitude "4.102595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03418 4.102595)"^^geo:wktLiteral ;
  geo-pos:lat "51.03418"^^xsd:decimal ;
  geo-pos:long "4.102595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2492'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.102595'^^xsd:double;
  dwc:latitude '51.03418'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2492'^^xsd:anyURI;
  dwc:observationDate '1998-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2494'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2494'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2495'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2495'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2497'^^xsd:anyURI;
  dwc:scientificName 'Odobenus rosmarus (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1945'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137077'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2497'^^xsd:anyURI;
  dwc:observationDate '1945-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137077'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.040798 3.67968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.040798"^^xsd:decimal ;
  dwc:decimalLongitude "3.67968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.040798 3.67968)"^^geo:wktLiteral ;
  geo-pos:lat "51.040798"^^xsd:decimal ;
  geo-pos:long "3.67968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2500'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.67968'^^xsd:double;
  dwc:latitude '51.040798'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2500'^^xsd:anyURI;
  dwc:observationDate '1999-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2503'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2503'^^xsd:anyURI;
  dwc:observationDate '1998-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2504'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2504'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2505'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2505'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2506'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2506'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2507'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2507'^^xsd:anyURI;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2508'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2508'^^xsd:anyURI;
  dwc:observationDate '1998-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2509'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2509'^^xsd:anyURI;
  dwc:observationDate '1999-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2510'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2510'^^xsd:anyURI;
  dwc:observationDate '1999-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.130217 4.617198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.130217"^^xsd:decimal ;
  dwc:decimalLongitude "4.617198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.130217 4.617198)"^^geo:wktLiteral ;
  geo-pos:lat "51.130217"^^xsd:decimal ;
  geo-pos:long "4.617198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2511'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.617198'^^xsd:double;
  dwc:latitude '51.130217'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2511'^^xsd:anyURI;
  dwc:observationDate '1999-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2512'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1992'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2512'^^xsd:anyURI;
  dwc:observationDate '1992-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2514'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2514'^^xsd:anyURI;
  dwc:observationDate '1997-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2515'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2515'^^xsd:anyURI;
  dwc:observationDate '1997-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2516'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2516'^^xsd:anyURI;
  dwc:observationDate '1997-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03418 4.102595)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.03418"^^xsd:decimal ;
  dwc:decimalLongitude "4.102595"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.03418 4.102595)"^^geo:wktLiteral ;
  geo-pos:lat "51.03418"^^xsd:decimal ;
  geo-pos:long "4.102595"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2517'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.102595'^^xsd:double;
  dwc:latitude '51.03418'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2517'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.031831 3.789047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.031831"^^xsd:decimal ;
  dwc:decimalLongitude "3.789047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.031831 3.789047)"^^geo:wktLiteral ;
  geo-pos:lat "51.031831"^^xsd:decimal ;
  geo-pos:long "3.789047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2518'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.789047'^^xsd:double;
  dwc:latitude '51.031831'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2518'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2519'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2519'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31094"^^xsd:decimal ;
  dwc:decimalLongitude "4.273813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  geo-pos:lat "51.31094"^^xsd:decimal ;
  geo-pos:long "4.273813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2520'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.273813'^^xsd:double;
  dwc:latitude '51.31094'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2520'^^xsd:anyURI;
  dwc:observationDate '1998-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2521'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2521'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2522'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2522'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2523'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2523'^^xsd:anyURI;
  dwc:observationDate '1998-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2524'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2524'^^xsd:anyURI;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2525'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2525'^^xsd:anyURI;
  dwc:observationDate '1999-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112083 4.533481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112083"^^xsd:decimal ;
  dwc:decimalLongitude "4.533481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112083 4.533481)"^^geo:wktLiteral ;
  geo-pos:lat "51.112083"^^xsd:decimal ;
  geo-pos:long "4.533481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2526'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.533481'^^xsd:double;
  dwc:latitude '51.112083'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2526'^^xsd:anyURI;
  dwc:observationDate '1999-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2527'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2527'^^xsd:anyURI;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280182 4.329141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280182"^^xsd:decimal ;
  dwc:decimalLongitude "4.329141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280182 4.329141)"^^geo:wktLiteral ;
  geo-pos:lat "51.280182"^^xsd:decimal ;
  geo-pos:long "4.329141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2528'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.329141'^^xsd:double;
  dwc:latitude '51.280182'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2528'^^xsd:anyURI;
  dwc:observationDate '1999-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2531>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2531> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2531> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2531>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2531>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2531" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2531'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2531'^^xsd:anyURI;
  dwc:observationDate '1999-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2532'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2532'^^xsd:anyURI;
  dwc:observationDate '1999-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2533'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2533'^^xsd:anyURI;
  dwc:observationDate '1999-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2535'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2535'^^xsd:anyURI;
  dwc:observationDate '1999-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2537'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2537'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2538'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2538'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280182 4.329141)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.280182"^^xsd:decimal ;
  dwc:decimalLongitude "4.329141"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.280182 4.329141)"^^geo:wktLiteral ;
  geo-pos:lat "51.280182"^^xsd:decimal ;
  geo-pos:long "4.329141"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2539'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.329141'^^xsd:double;
  dwc:latitude '51.280182'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2539'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31094"^^xsd:decimal ;
  dwc:decimalLongitude "4.273813"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31094 4.273813)"^^geo:wktLiteral ;
  geo-pos:lat "51.31094"^^xsd:decimal ;
  geo-pos:long "4.273813"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2540'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.273813'^^xsd:double;
  dwc:latitude '51.31094'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2540'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2544'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2544'^^xsd:anyURI;
  dwc:observationDate '1999-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2547'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2547'^^xsd:anyURI;
  dwc:observationDate '1989-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2548'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1989'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2548'^^xsd:anyURI;
  dwc:observationDate '1989-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2549'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1990'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2549'^^xsd:anyURI;
  dwc:observationDate '1990-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2550'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1973'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2550'^^xsd:anyURI;
  dwc:observationDate '1973-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2551'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1970'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2551'^^xsd:anyURI;
  dwc:observationDate '1970-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2552'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1976'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2552'^^xsd:anyURI;
  dwc:observationDate '1976-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2553'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2553'^^xsd:anyURI;
  dwc:observationDate '1979-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2554'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1980'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2554'^^xsd:anyURI;
  dwc:observationDate '1980-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2555'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1979'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2555'^^xsd:anyURI;
  dwc:observationDate '1979-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36185 3.3042)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36185"^^xsd:decimal ;
  dwc:decimalLongitude "3.3042"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36185 3.3042)"^^geo:wktLiteral ;
  geo-pos:lat "51.36185"^^xsd:decimal ;
  geo-pos:long "3.3042"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2557'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.3042'^^xsd:double;
  dwc:latitude '51.36185'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2557'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2558'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2558'^^xsd:anyURI;
  dwc:observationDate '2006-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_69'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2560'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2560'^^xsd:anyURI;
  dwc:observationDate '2006-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_70'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2561'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2561'^^xsd:anyURI;
  dwc:observationDate '2006-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_71'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2562'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2562'^^xsd:anyURI;
  dwc:observationDate '2006-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2145 2.55105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2145"^^xsd:decimal ;
  dwc:decimalLongitude "2.55105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2145 2.55105)"^^geo:wktLiteral ;
  geo-pos:lat "51.2145"^^xsd:decimal ;
  geo-pos:long "2.55105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2569'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.55105'^^xsd:double;
  dwc:latitude '51.2145'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2569'^^xsd:anyURI;
  dwc:observationDate '2006-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2570'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2570'^^xsd:anyURI;
  dwc:observationDate '2006-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2571'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2571'^^xsd:anyURI;
  dwc:observationDate '2006-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2536 2.95685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2536"^^xsd:decimal ;
  dwc:decimalLongitude "2.95685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2536 2.95685)"^^geo:wktLiteral ;
  geo-pos:lat "51.2536"^^xsd:decimal ;
  geo-pos:long "2.95685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2572'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.95685'^^xsd:double;
  dwc:latitude '51.2536'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2572'^^xsd:anyURI;
  dwc:observationDate '2006-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2573'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2573'^^xsd:anyURI;
  dwc:observationDate '2006-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.111983 2.590267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.111983"^^xsd:decimal ;
  dwc:decimalLongitude "2.590267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.111983 2.590267)"^^geo:wktLiteral ;
  geo-pos:lat "51.111983"^^xsd:decimal ;
  geo-pos:long "2.590267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2574'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.590267'^^xsd:double;
  dwc:latitude '51.111983'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2574'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238167 2.906783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.238167"^^xsd:decimal ;
  dwc:decimalLongitude "2.906783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238167 2.906783)"^^geo:wktLiteral ;
  geo-pos:lat "51.238167"^^xsd:decimal ;
  geo-pos:long "2.906783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2575'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.906783'^^xsd:double;
  dwc:latitude '51.238167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2575'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1126 2.591533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1126"^^xsd:decimal ;
  dwc:decimalLongitude "2.591533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1126 2.591533)"^^geo:wktLiteral ;
  geo-pos:lat "51.1126"^^xsd:decimal ;
  geo-pos:long "2.591533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2576'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.591533'^^xsd:double;
  dwc:latitude '51.1126'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2576'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240133 2.909333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.240133"^^xsd:decimal ;
  dwc:decimalLongitude "2.909333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240133 2.909333)"^^geo:wktLiteral ;
  geo-pos:lat "51.240133"^^xsd:decimal ;
  geo-pos:long "2.909333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2577'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.909333'^^xsd:double;
  dwc:latitude '51.240133'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2577'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.220117 2.873683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.220117"^^xsd:decimal ;
  dwc:decimalLongitude "2.873683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.220117 2.873683)"^^geo:wktLiteral ;
  geo-pos:lat "51.220117"^^xsd:decimal ;
  geo-pos:long "2.873683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2578'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.873683'^^xsd:double;
  dwc:latitude '51.220117'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2578'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "2.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2580'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1997'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.53'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2580'^^xsd:anyURI;
  dwc:observationDate '1997-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2581'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2581'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_14'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2582'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2582'^^xsd:anyURI;
  dwc:observationDate '2006-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_45'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2583'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2583'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2584'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2584'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104317 2.568117)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104317"^^xsd:decimal ;
  dwc:decimalLongitude "2.568117"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104317 2.568117)"^^geo:wktLiteral ;
  geo-pos:lat "51.104317"^^xsd:decimal ;
  geo-pos:long "2.568117"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2585'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.568117'^^xsd:double;
  dwc:latitude '51.104317'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2585'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2586'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2586'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.197167 2.021333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.197167"^^xsd:decimal ;
  dwc:decimalLongitude "2.021333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.197167 2.021333)"^^geo:wktLiteral ;
  geo-pos:lat "51.197167"^^xsd:decimal ;
  geo-pos:long "2.021333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2587'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.021333'^^xsd:double;
  dwc:latitude '51.197167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2587'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.237333 2.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.237333"^^xsd:decimal ;
  dwc:decimalLongitude "2.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.237333 2.57)"^^geo:wktLiteral ;
  geo-pos:lat "51.237333"^^xsd:decimal ;
  geo-pos:long "2.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2588'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.57'^^xsd:double;
  dwc:latitude '51.237333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2588'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.215167 2.455333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.215167"^^xsd:decimal ;
  dwc:decimalLongitude "2.455333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.215167 2.455333)"^^geo:wktLiteral ;
  geo-pos:lat "51.215167"^^xsd:decimal ;
  geo-pos:long "2.455333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2589'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.455333'^^xsd:double;
  dwc:latitude '51.215167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2589'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.401633 2.33)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.401633"^^xsd:decimal ;
  dwc:decimalLongitude "2.33"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.401633 2.33)"^^geo:wktLiteral ;
  geo-pos:lat "51.401633"^^xsd:decimal ;
  geo-pos:long "2.33"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2590'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.33'^^xsd:double;
  dwc:latitude '51.401633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2590'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2592'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2592'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.362269"^^xsd:decimal ;
  dwc:decimalLongitude "4.242899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  geo-pos:lat "51.362269"^^xsd:decimal ;
  geo-pos:long "4.242899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2593'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.242899'^^xsd:double;
  dwc:latitude '51.362269'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2593'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.391667 3.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.391667"^^xsd:decimal ;
  dwc:decimalLongitude "3.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.391667 3.7)"^^geo:wktLiteral ;
  geo-pos:lat "51.391667"^^xsd:decimal ;
  geo-pos:long "3.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2594'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.7'^^xsd:double;
  dwc:latitude '51.391667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2594'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2595'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2595'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.237 2.914267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.237"^^xsd:decimal ;
  dwc:decimalLongitude "2.914267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.237 2.914267)"^^geo:wktLiteral ;
  geo-pos:lat "51.237"^^xsd:decimal ;
  geo-pos:long "2.914267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2596'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914267'^^xsd:double;
  dwc:latitude '51.237'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2596'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239667 2.916667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239667"^^xsd:decimal ;
  dwc:decimalLongitude "2.916667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239667 2.916667)"^^geo:wktLiteral ;
  geo-pos:lat "51.239667"^^xsd:decimal ;
  geo-pos:long "2.916667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2597'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.916667'^^xsd:double;
  dwc:latitude '51.239667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2597'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04946 3.71999)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.04946"^^xsd:decimal ;
  dwc:decimalLongitude "3.71999"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.04946 3.71999)"^^geo:wktLiteral ;
  geo-pos:lat "51.04946"^^xsd:decimal ;
  geo-pos:long "3.71999"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2598'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.71999'^^xsd:double;
  dwc:latitude '51.04946'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2598'^^xsd:anyURI;
  dwc:observationDate '2006-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2599'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2599'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2600'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2600'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2602'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2602'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.367833 4.216667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.367833"^^xsd:decimal ;
  dwc:decimalLongitude "4.216667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.367833 4.216667)"^^geo:wktLiteral ;
  geo-pos:lat "51.367833"^^xsd:decimal ;
  geo-pos:long "4.216667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2608'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.216667'^^xsd:double;
  dwc:latitude '51.367833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2608'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2610'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2610'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2611'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2611'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_78'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2612'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2612'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.110383 2.58685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.110383"^^xsd:decimal ;
  dwc:decimalLongitude "2.58685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.110383 2.58685)"^^geo:wktLiteral ;
  geo-pos:lat "51.110383"^^xsd:decimal ;
  geo-pos:long "2.58685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2613'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.58685'^^xsd:double;
  dwc:latitude '51.110383'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2613'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.215133 2.840983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.215133"^^xsd:decimal ;
  dwc:decimalLongitude "2.840983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.215133 2.840983)"^^geo:wktLiteral ;
  geo-pos:lat "51.215133"^^xsd:decimal ;
  geo-pos:long "2.840983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2614'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.840983'^^xsd:double;
  dwc:latitude '51.215133'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2614'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.208683 2.830717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.208683"^^xsd:decimal ;
  dwc:decimalLongitude "2.830717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.208683 2.830717)"^^geo:wktLiteral ;
  geo-pos:lat "51.208683"^^xsd:decimal ;
  geo-pos:long "2.830717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2615'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.830717'^^xsd:double;
  dwc:latitude '51.208683'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2615'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2616'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2616'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2619'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2619'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2620'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2620'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.481667 2.882267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.481667"^^xsd:decimal ;
  dwc:decimalLongitude "2.882267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.481667 2.882267)"^^geo:wktLiteral ;
  geo-pos:lat "51.481667"^^xsd:decimal ;
  geo-pos:long "2.882267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2621'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.882267'^^xsd:double;
  dwc:latitude '51.481667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2621'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.927533 2.8593)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.927533"^^xsd:decimal ;
  dwc:decimalLongitude "2.8593"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.927533 2.8593)"^^geo:wktLiteral ;
  geo-pos:lat "51.927533"^^xsd:decimal ;
  geo-pos:long "2.8593"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2622'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8593'^^xsd:double;
  dwc:latitude '51.927533'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2622'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.986883 2.813783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.986883"^^xsd:decimal ;
  dwc:decimalLongitude "2.813783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.986883 2.813783)"^^geo:wktLiteral ;
  geo-pos:lat "51.986883"^^xsd:decimal ;
  geo-pos:long "2.813783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2623'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813783'^^xsd:double;
  dwc:latitude '51.986883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2623'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.53 2.643333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.53"^^xsd:decimal ;
  dwc:decimalLongitude "2.643333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.53 2.643333)"^^geo:wktLiteral ;
  geo-pos:lat "51.53"^^xsd:decimal ;
  geo-pos:long "2.643333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2624'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.643333'^^xsd:double;
  dwc:latitude '51.53'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2624'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928883 2.729583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.928883"^^xsd:decimal ;
  dwc:decimalLongitude "2.729583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.928883 2.729583)"^^geo:wktLiteral ;
  geo-pos:lat "51.928883"^^xsd:decimal ;
  geo-pos:long "2.729583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2625'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.729583'^^xsd:double;
  dwc:latitude '51.928883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2625'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.835567 2.608383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.835567"^^xsd:decimal ;
  dwc:decimalLongitude "2.608383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.835567 2.608383)"^^geo:wktLiteral ;
  geo-pos:lat "51.835567"^^xsd:decimal ;
  geo-pos:long "2.608383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2626'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.608383'^^xsd:double;
  dwc:latitude '51.835567'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2626'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.72475 2.47275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.72475"^^xsd:decimal ;
  dwc:decimalLongitude "2.47275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.72475 2.47275)"^^geo:wktLiteral ;
  geo-pos:lat "51.72475"^^xsd:decimal ;
  geo-pos:long "2.47275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2627'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.47275'^^xsd:double;
  dwc:latitude '51.72475'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2627'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.375 2.211667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.375"^^xsd:decimal ;
  dwc:decimalLongitude "2.211667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.375 2.211667)"^^geo:wktLiteral ;
  geo-pos:lat "51.375"^^xsd:decimal ;
  geo-pos:long "2.211667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2628'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.211667'^^xsd:double;
  dwc:latitude '51.375'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2628'^^xsd:anyURI;
  dwc:observationDate '2004-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19 2.656667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19"^^xsd:decimal ;
  dwc:decimalLongitude "2.656667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19 2.656667)"^^geo:wktLiteral ;
  geo-pos:lat "51.19"^^xsd:decimal ;
  geo-pos:long "2.656667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2629'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.656667'^^xsd:double;
  dwc:latitude '51.19'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2629'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2630'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2630'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_81'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2631'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2631'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230833 2.64)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.230833"^^xsd:decimal ;
  dwc:decimalLongitude "2.64"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230833 2.64)"^^geo:wktLiteral ;
  geo-pos:lat "51.230833"^^xsd:decimal ;
  geo-pos:long "2.64"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2632'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.64'^^xsd:double;
  dwc:latitude '51.230833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2632'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2633'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2633'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 2.613333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12"^^xsd:decimal ;
  dwc:decimalLongitude "2.613333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12 2.613333)"^^geo:wktLiteral ;
  geo-pos:lat "51.12"^^xsd:decimal ;
  geo-pos:long "2.613333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2634'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.613333'^^xsd:double;
  dwc:latitude '51.12'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2634'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2635'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2635'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2636'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2636'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.103333 2.556667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.103333"^^xsd:decimal ;
  dwc:decimalLongitude "2.556667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.103333 2.556667)"^^geo:wktLiteral ;
  geo-pos:lat "51.103333"^^xsd:decimal ;
  geo-pos:long "2.556667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2637'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.556667'^^xsd:double;
  dwc:latitude '51.103333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2637'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2638'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2638'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.153333 2.693333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.153333"^^xsd:decimal ;
  dwc:decimalLongitude "2.693333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.153333 2.693333)"^^geo:wktLiteral ;
  geo-pos:lat "51.153333"^^xsd:decimal ;
  geo-pos:long "2.693333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2639'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.693333'^^xsd:double;
  dwc:latitude '51.153333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2639'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2640'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2640'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.125 2.626667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.125"^^xsd:decimal ;
  dwc:decimalLongitude "2.626667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.125 2.626667)"^^geo:wktLiteral ;
  geo-pos:lat "51.125"^^xsd:decimal ;
  geo-pos:long "2.626667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2641'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.626667'^^xsd:double;
  dwc:latitude '51.125'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2641'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2642'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2642'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2643'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2643'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.16 2.713333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.16"^^xsd:decimal ;
  dwc:decimalLongitude "2.713333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.16 2.713333)"^^geo:wktLiteral ;
  geo-pos:lat "51.16"^^xsd:decimal ;
  geo-pos:long "2.713333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2644'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.713333'^^xsd:double;
  dwc:latitude '51.16'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2644'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.096667 2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.096667"^^xsd:decimal ;
  dwc:decimalLongitude "2.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.096667 2.55)"^^geo:wktLiteral ;
  geo-pos:lat "51.096667"^^xsd:decimal ;
  geo-pos:long "2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2645'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.55'^^xsd:double;
  dwc:latitude '51.096667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2645'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2646'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2646'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.193333 2.776667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.193333"^^xsd:decimal ;
  dwc:decimalLongitude "2.776667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.193333 2.776667)"^^geo:wktLiteral ;
  geo-pos:lat "51.193333"^^xsd:decimal ;
  geo-pos:long "2.776667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2647'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.776667'^^xsd:double;
  dwc:latitude '51.193333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2647'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2648'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2648'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262249"^^xsd:decimal ;
  dwc:decimalLongitude "2.968215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  geo-pos:lat "51.262249"^^xsd:decimal ;
  geo-pos:long "2.968215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2649'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.968215'^^xsd:double;
  dwc:latitude '51.262249'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2649'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2650'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2650'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.106667 2.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.106667"^^xsd:decimal ;
  dwc:decimalLongitude "2.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.106667 2.57)"^^geo:wktLiteral ;
  geo-pos:lat "51.106667"^^xsd:decimal ;
  geo-pos:long "2.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2651'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.57'^^xsd:double;
  dwc:latitude '51.106667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2651'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2652'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2652'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2653'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2653'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2654'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2654'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.173333 2.6)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.173333"^^xsd:decimal ;
  dwc:decimalLongitude "2.6"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.173333 2.6)"^^geo:wktLiteral ;
  geo-pos:lat "51.173333"^^xsd:decimal ;
  geo-pos:long "2.6"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2655'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6'^^xsd:double;
  dwc:latitude '51.173333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2655'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2656'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2656'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.236667 2.908333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.236667"^^xsd:decimal ;
  dwc:decimalLongitude "2.908333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.236667 2.908333)"^^geo:wktLiteral ;
  geo-pos:lat "51.236667"^^xsd:decimal ;
  geo-pos:long "2.908333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2657'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908333'^^xsd:double;
  dwc:latitude '51.236667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2657'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2658'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2658'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.116667 2.608333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.116667"^^xsd:decimal ;
  dwc:decimalLongitude "2.608333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.116667 2.608333)"^^geo:wktLiteral ;
  geo-pos:lat "51.116667"^^xsd:decimal ;
  geo-pos:long "2.608333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2659'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.608333'^^xsd:double;
  dwc:latitude '51.116667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2659'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2660'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2660'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2661'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2661'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_89'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2664'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2664'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_88'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2665'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2665'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.433333 3.266667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.433333"^^xsd:decimal ;
  dwc:decimalLongitude "3.266667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.433333 3.266667)"^^geo:wktLiteral ;
  geo-pos:lat "51.433333"^^xsd:decimal ;
  geo-pos:long "3.266667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2666'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.266667'^^xsd:double;
  dwc:latitude '51.433333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2666'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2935 2.4735)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2935"^^xsd:decimal ;
  dwc:decimalLongitude "2.4735"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2935 2.4735)"^^geo:wktLiteral ;
  geo-pos:lat "51.2935"^^xsd:decimal ;
  geo-pos:long "2.4735"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2667'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.4735'^^xsd:double;
  dwc:latitude '51.2935'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2667'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.447667 2.481667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.447667"^^xsd:decimal ;
  dwc:decimalLongitude "2.481667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.447667 2.481667)"^^geo:wktLiteral ;
  geo-pos:lat "51.447667"^^xsd:decimal ;
  geo-pos:long "2.481667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2668'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.481667'^^xsd:double;
  dwc:latitude '51.447667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2668'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2085 2.700833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2085"^^xsd:decimal ;
  dwc:decimalLongitude "2.700833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2085 2.700833)"^^geo:wktLiteral ;
  geo-pos:lat "51.2085"^^xsd:decimal ;
  geo-pos:long "2.700833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2669'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.700833'^^xsd:double;
  dwc:latitude '51.2085'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2669'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1425 2.517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1425"^^xsd:decimal ;
  dwc:decimalLongitude "2.517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1425 2.517)"^^geo:wktLiteral ;
  geo-pos:lat "51.1425"^^xsd:decimal ;
  geo-pos:long "2.517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2670'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.517'^^xsd:double;
  dwc:latitude '51.1425'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2670'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.187333 2.4655)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.187333"^^xsd:decimal ;
  dwc:decimalLongitude "2.4655"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.187333 2.4655)"^^geo:wktLiteral ;
  geo-pos:lat "51.187333"^^xsd:decimal ;
  geo-pos:long "2.4655"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2671'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.4655'^^xsd:double;
  dwc:latitude '51.187333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2671'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.195333 2.472833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.195333"^^xsd:decimal ;
  dwc:decimalLongitude "2.472833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.195333 2.472833)"^^geo:wktLiteral ;
  geo-pos:lat "51.195333"^^xsd:decimal ;
  geo-pos:long "2.472833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2672'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.472833'^^xsd:double;
  dwc:latitude '51.195333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2672'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.290667 2.5475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.290667"^^xsd:decimal ;
  dwc:decimalLongitude "2.5475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.290667 2.5475)"^^geo:wktLiteral ;
  geo-pos:lat "51.290667"^^xsd:decimal ;
  geo-pos:long "2.5475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2673'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5475'^^xsd:double;
  dwc:latitude '51.290667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2673'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.289167 2.536167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.289167"^^xsd:decimal ;
  dwc:decimalLongitude "2.536167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.289167 2.536167)"^^geo:wktLiteral ;
  geo-pos:lat "51.289167"^^xsd:decimal ;
  geo-pos:long "2.536167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2674'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.536167'^^xsd:double;
  dwc:latitude '51.289167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2674'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286333 2.512333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.286333"^^xsd:decimal ;
  dwc:decimalLongitude "2.512333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286333 2.512333)"^^geo:wktLiteral ;
  geo-pos:lat "51.286333"^^xsd:decimal ;
  geo-pos:long "2.512333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2675'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.512333'^^xsd:double;
  dwc:latitude '51.286333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2675'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2815 2.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2815"^^xsd:decimal ;
  dwc:decimalLongitude "2.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2815 2.483333)"^^geo:wktLiteral ;
  geo-pos:lat "51.2815"^^xsd:decimal ;
  geo-pos:long "2.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2676'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483333'^^xsd:double;
  dwc:latitude '51.2815'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2676'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275 2.391833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.275"^^xsd:decimal ;
  dwc:decimalLongitude "2.391833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275 2.391833)"^^geo:wktLiteral ;
  geo-pos:lat "51.275"^^xsd:decimal ;
  geo-pos:long "2.391833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2677'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.391833'^^xsd:double;
  dwc:latitude '51.275'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2677'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.305 2.448333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.305"^^xsd:decimal ;
  dwc:decimalLongitude "2.448333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.305 2.448333)"^^geo:wktLiteral ;
  geo-pos:lat "51.305"^^xsd:decimal ;
  geo-pos:long "2.448333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2678'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.448333'^^xsd:double;
  dwc:latitude '51.305'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2678'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325833 2.507167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.325833"^^xsd:decimal ;
  dwc:decimalLongitude "2.507167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325833 2.507167)"^^geo:wktLiteral ;
  geo-pos:lat "51.325833"^^xsd:decimal ;
  geo-pos:long "2.507167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2679'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.507167'^^xsd:double;
  dwc:latitude '51.325833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2679'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.334667 2.533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.334667"^^xsd:decimal ;
  dwc:decimalLongitude "2.533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.334667 2.533)"^^geo:wktLiteral ;
  geo-pos:lat "51.334667"^^xsd:decimal ;
  geo-pos:long "2.533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2680'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.533'^^xsd:double;
  dwc:latitude '51.334667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2680'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.338167 2.5445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.338167"^^xsd:decimal ;
  dwc:decimalLongitude "2.5445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.338167 2.5445)"^^geo:wktLiteral ;
  geo-pos:lat "51.338167"^^xsd:decimal ;
  geo-pos:long "2.5445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2681'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5445'^^xsd:double;
  dwc:latitude '51.338167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2681'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.340117 2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.340117"^^xsd:decimal ;
  dwc:decimalLongitude "2.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.340117 2.55)"^^geo:wktLiteral ;
  geo-pos:lat "51.340117"^^xsd:decimal ;
  geo-pos:long "2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2682'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.55'^^xsd:double;
  dwc:latitude '51.340117'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2682'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3425 2.559667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3425"^^xsd:decimal ;
  dwc:decimalLongitude "2.559667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3425 2.559667)"^^geo:wktLiteral ;
  geo-pos:lat "51.3425"^^xsd:decimal ;
  geo-pos:long "2.559667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2683'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.559667'^^xsd:double;
  dwc:latitude '51.3425'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2683'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347833 2.577333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347833"^^xsd:decimal ;
  dwc:decimalLongitude "2.577333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347833 2.577333)"^^geo:wktLiteral ;
  geo-pos:lat "51.347833"^^xsd:decimal ;
  geo-pos:long "2.577333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2684'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.577333'^^xsd:double;
  dwc:latitude '51.347833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2684'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351667 2.5895)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.351667"^^xsd:decimal ;
  dwc:decimalLongitude "2.5895"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.351667 2.5895)"^^geo:wktLiteral ;
  geo-pos:lat "51.351667"^^xsd:decimal ;
  geo-pos:long "2.5895"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2685'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5895'^^xsd:double;
  dwc:latitude '51.351667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2685'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366667 2.645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.366667"^^xsd:decimal ;
  dwc:decimalLongitude "2.645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366667 2.645)"^^geo:wktLiteral ;
  geo-pos:lat "51.366667"^^xsd:decimal ;
  geo-pos:long "2.645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2686'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.645'^^xsd:double;
  dwc:latitude '51.366667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2686'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2687>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2687> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2687> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5165 3.193167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5165"^^xsd:decimal ;
  dwc:decimalLongitude "3.193167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2687>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5165 3.193167)"^^geo:wktLiteral ;
  geo-pos:lat "51.5165"^^xsd:decimal ;
  geo-pos:long "3.193167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2687>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2687" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2687'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.193167'^^xsd:double;
  dwc:latitude '51.5165'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2687'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.49 3.234667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.49"^^xsd:decimal ;
  dwc:decimalLongitude "3.234667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.49 3.234667)"^^geo:wktLiteral ;
  geo-pos:lat "51.49"^^xsd:decimal ;
  geo-pos:long "3.234667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2688'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.234667'^^xsd:double;
  dwc:latitude '51.49'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2688'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.281833 2.452583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.281833"^^xsd:decimal ;
  dwc:decimalLongitude "2.452583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.281833 2.452583)"^^geo:wktLiteral ;
  geo-pos:lat "51.281833"^^xsd:decimal ;
  geo-pos:long "2.452583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2689'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.452583'^^xsd:double;
  dwc:latitude '51.281833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2689'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.284167 2.446667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.284167"^^xsd:decimal ;
  dwc:decimalLongitude "2.446667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.284167 2.446667)"^^geo:wktLiteral ;
  geo-pos:lat "51.284167"^^xsd:decimal ;
  geo-pos:long "2.446667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2690'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.446667'^^xsd:double;
  dwc:latitude '51.284167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2690'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286667 2.441667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.286667"^^xsd:decimal ;
  dwc:decimalLongitude "2.441667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286667 2.441667)"^^geo:wktLiteral ;
  geo-pos:lat "51.286667"^^xsd:decimal ;
  geo-pos:long "2.441667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2691'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.441667'^^xsd:double;
  dwc:latitude '51.286667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2691'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.288333 2.438333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.288333"^^xsd:decimal ;
  dwc:decimalLongitude "2.438333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.288333 2.438333)"^^geo:wktLiteral ;
  geo-pos:lat "51.288333"^^xsd:decimal ;
  geo-pos:long "2.438333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2692'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.438333'^^xsd:double;
  dwc:latitude '51.288333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2692'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.290917 2.436967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.290917"^^xsd:decimal ;
  dwc:decimalLongitude "2.436967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.290917 2.436967)"^^geo:wktLiteral ;
  geo-pos:lat "51.290917"^^xsd:decimal ;
  geo-pos:long "2.436967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2693'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.436967'^^xsd:double;
  dwc:latitude '51.290917'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2693'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302667 2.423167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302667"^^xsd:decimal ;
  dwc:decimalLongitude "2.423167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302667 2.423167)"^^geo:wktLiteral ;
  geo-pos:lat "51.302667"^^xsd:decimal ;
  geo-pos:long "2.423167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2694'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.423167'^^xsd:double;
  dwc:latitude '51.302667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2694'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3455 2.345667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3455"^^xsd:decimal ;
  dwc:decimalLongitude "2.345667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3455 2.345667)"^^geo:wktLiteral ;
  geo-pos:lat "51.3455"^^xsd:decimal ;
  geo-pos:long "2.345667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2695'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.345667'^^xsd:double;
  dwc:latitude '51.3455'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2695'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.486833 2.564833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.486833"^^xsd:decimal ;
  dwc:decimalLongitude "2.564833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.486833 2.564833)"^^geo:wktLiteral ;
  geo-pos:lat "51.486833"^^xsd:decimal ;
  geo-pos:long "2.564833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2696'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.564833'^^xsd:double;
  dwc:latitude '51.486833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2696'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.512733 2.610667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.512733"^^xsd:decimal ;
  dwc:decimalLongitude "2.610667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.512733 2.610667)"^^geo:wktLiteral ;
  geo-pos:lat "51.512733"^^xsd:decimal ;
  geo-pos:long "2.610667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2697'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.610667'^^xsd:double;
  dwc:latitude '51.512733'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2697'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.378833 2.569417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.378833"^^xsd:decimal ;
  dwc:decimalLongitude "2.569417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.378833 2.569417)"^^geo:wktLiteral ;
  geo-pos:lat "51.378833"^^xsd:decimal ;
  geo-pos:long "2.569417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2698'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.569417'^^xsd:double;
  dwc:latitude '51.378833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2698'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.372333 2.5965)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.372333"^^xsd:decimal ;
  dwc:decimalLongitude "2.5965"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.372333 2.5965)"^^geo:wktLiteral ;
  geo-pos:lat "51.372333"^^xsd:decimal ;
  geo-pos:long "2.5965"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2699'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5965'^^xsd:double;
  dwc:latitude '51.372333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2699'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37 2.591667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.37"^^xsd:decimal ;
  dwc:decimalLongitude "2.591667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.37 2.591667)"^^geo:wktLiteral ;
  geo-pos:lat "51.37"^^xsd:decimal ;
  geo-pos:long "2.591667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2700'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.591667'^^xsd:double;
  dwc:latitude '51.37'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2700'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341333 2.5795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.341333"^^xsd:decimal ;
  dwc:decimalLongitude "2.5795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.341333 2.5795)"^^geo:wktLiteral ;
  geo-pos:lat "51.341333"^^xsd:decimal ;
  geo-pos:long "2.5795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2701'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5795'^^xsd:double;
  dwc:latitude '51.341333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2701'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.267933 2.526)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.267933"^^xsd:decimal ;
  dwc:decimalLongitude "2.526"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.267933 2.526)"^^geo:wktLiteral ;
  geo-pos:lat "51.267933"^^xsd:decimal ;
  geo-pos:long "2.526"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2702'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.526'^^xsd:double;
  dwc:latitude '51.267933'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2702'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257967 2.53225)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.257967"^^xsd:decimal ;
  dwc:decimalLongitude "2.53225"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257967 2.53225)"^^geo:wktLiteral ;
  geo-pos:lat "51.257967"^^xsd:decimal ;
  geo-pos:long "2.53225"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2703'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.53225'^^xsd:double;
  dwc:latitude '51.257967'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2703'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.229567 2.660667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.229567"^^xsd:decimal ;
  dwc:decimalLongitude "2.660667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.229567 2.660667)"^^geo:wktLiteral ;
  geo-pos:lat "51.229567"^^xsd:decimal ;
  geo-pos:long "2.660667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2704'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.660667'^^xsd:double;
  dwc:latitude '51.229567'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2704'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.106667 2.156667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.106667"^^xsd:decimal ;
  dwc:decimalLongitude "2.156667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.106667 2.156667)"^^geo:wktLiteral ;
  geo-pos:lat "51.106667"^^xsd:decimal ;
  geo-pos:long "2.156667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2705'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.156667'^^xsd:double;
  dwc:latitude '51.106667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2705'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.096667 2.201667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.096667"^^xsd:decimal ;
  dwc:decimalLongitude "2.201667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.096667 2.201667)"^^geo:wktLiteral ;
  geo-pos:lat "51.096667"^^xsd:decimal ;
  geo-pos:long "2.201667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2706'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.201667'^^xsd:double;
  dwc:latitude '51.096667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2706'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.103333 1.778333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.103333"^^xsd:decimal ;
  dwc:decimalLongitude "1.778333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.103333 1.778333)"^^geo:wktLiteral ;
  geo-pos:lat "51.103333"^^xsd:decimal ;
  geo-pos:long "1.778333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2707'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '1.778333'^^xsd:double;
  dwc:latitude '51.103333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2707'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.323333 2.513333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.323333"^^xsd:decimal ;
  dwc:decimalLongitude "2.513333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.323333 2.513333)"^^geo:wktLiteral ;
  geo-pos:lat "51.323333"^^xsd:decimal ;
  geo-pos:long "2.513333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2708'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.513333'^^xsd:double;
  dwc:latitude '51.323333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2708'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2712'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2712'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_90'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2713'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2713'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238333 2.915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.238333"^^xsd:decimal ;
  dwc:decimalLongitude "2.915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238333 2.915)"^^geo:wktLiteral ;
  geo-pos:lat "51.238333"^^xsd:decimal ;
  geo-pos:long "2.915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2715'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.915'^^xsd:double;
  dwc:latitude '51.238333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2715'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240333 2.92)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.240333"^^xsd:decimal ;
  dwc:decimalLongitude "2.92"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240333 2.92)"^^geo:wktLiteral ;
  geo-pos:lat "51.240333"^^xsd:decimal ;
  geo-pos:long "2.92"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2716'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.92'^^xsd:double;
  dwc:latitude '51.240333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2716'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240417 2.920833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.240417"^^xsd:decimal ;
  dwc:decimalLongitude "2.920833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240417 2.920833)"^^geo:wktLiteral ;
  geo-pos:lat "51.240417"^^xsd:decimal ;
  geo-pos:long "2.920833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2717'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.920833'^^xsd:double;
  dwc:latitude '51.240417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2717'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2405 2.920833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2405"^^xsd:decimal ;
  dwc:decimalLongitude "2.920833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2405 2.920833)"^^geo:wktLiteral ;
  geo-pos:lat "51.2405"^^xsd:decimal ;
  geo-pos:long "2.920833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2718'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.920833'^^xsd:double;
  dwc:latitude '51.2405'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2718'^^xsd:anyURI;
  dwc:observationDate '2005-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325167 3.1404)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.325167"^^xsd:decimal ;
  dwc:decimalLongitude "3.1404"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325167 3.1404)"^^geo:wktLiteral ;
  geo-pos:lat "51.325167"^^xsd:decimal ;
  geo-pos:long "3.1404"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2719'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1404'^^xsd:double;
  dwc:latitude '51.325167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2719'^^xsd:anyURI;
  dwc:observationDate '2006-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32525 3.140433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.32525"^^xsd:decimal ;
  dwc:decimalLongitude "3.140433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32525 3.140433)"^^geo:wktLiteral ;
  geo-pos:lat "51.32525"^^xsd:decimal ;
  geo-pos:long "3.140433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2720'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.140433'^^xsd:double;
  dwc:latitude '51.32525'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2720'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32525 3.140333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.32525"^^xsd:decimal ;
  dwc:decimalLongitude "3.140333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.32525 3.140333)"^^geo:wktLiteral ;
  geo-pos:lat "51.32525"^^xsd:decimal ;
  geo-pos:long "3.140333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2721'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.140333'^^xsd:double;
  dwc:latitude '51.32525'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2721'^^xsd:anyURI;
  dwc:observationDate '2005-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325167 3.140333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.325167"^^xsd:decimal ;
  dwc:decimalLongitude "3.140333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325167 3.140333)"^^geo:wktLiteral ;
  geo-pos:lat "51.325167"^^xsd:decimal ;
  geo-pos:long "3.140333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2722'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.140333'^^xsd:double;
  dwc:latitude '51.325167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2722'^^xsd:anyURI;
  dwc:observationDate '2005-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265333 2.979167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.265333"^^xsd:decimal ;
  dwc:decimalLongitude "2.979167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265333 2.979167)"^^geo:wktLiteral ;
  geo-pos:lat "51.265333"^^xsd:decimal ;
  geo-pos:long "2.979167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2724'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.979167'^^xsd:double;
  dwc:latitude '51.265333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2724'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265417 2.980833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.265417"^^xsd:decimal ;
  dwc:decimalLongitude "2.980833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265417 2.980833)"^^geo:wktLiteral ;
  geo-pos:lat "51.265417"^^xsd:decimal ;
  geo-pos:long "2.980833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2725'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.980833'^^xsd:double;
  dwc:latitude '51.265417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2725'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265417 2.980333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.265417"^^xsd:decimal ;
  dwc:decimalLongitude "2.980333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265417 2.980333)"^^geo:wktLiteral ;
  geo-pos:lat "51.265417"^^xsd:decimal ;
  geo-pos:long "2.980333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2726'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.980333'^^xsd:double;
  dwc:latitude '51.265417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2726'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265333 2.979667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.265333"^^xsd:decimal ;
  dwc:decimalLongitude "2.979667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265333 2.979667)"^^geo:wktLiteral ;
  geo-pos:lat "51.265333"^^xsd:decimal ;
  geo-pos:long "2.979667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2727'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.979667'^^xsd:double;
  dwc:latitude '51.265333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2727'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.258333 2.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.258333"^^xsd:decimal ;
  dwc:decimalLongitude "2.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.258333 2.466667)"^^geo:wktLiteral ;
  geo-pos:lat "51.258333"^^xsd:decimal ;
  geo-pos:long "2.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2728'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.466667'^^xsd:double;
  dwc:latitude '51.258333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2728'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2729'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2729'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2731'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2731'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238333 2.915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.238333"^^xsd:decimal ;
  dwc:decimalLongitude "2.915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238333 2.915)"^^geo:wktLiteral ;
  geo-pos:lat "51.238333"^^xsd:decimal ;
  geo-pos:long "2.915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2732'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.915'^^xsd:double;
  dwc:latitude '51.238333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2732'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2733'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2733'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.135 2.646667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.135"^^xsd:decimal ;
  dwc:decimalLongitude "2.646667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.135 2.646667)"^^geo:wktLiteral ;
  geo-pos:lat "51.135"^^xsd:decimal ;
  geo-pos:long "2.646667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2734'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.646667'^^xsd:double;
  dwc:latitude '51.135'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2734'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2736'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2736'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.161667 2.711667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.161667"^^xsd:decimal ;
  dwc:decimalLongitude "2.711667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.161667 2.711667)"^^geo:wktLiteral ;
  geo-pos:lat "51.161667"^^xsd:decimal ;
  geo-pos:long "2.711667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2737'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711667'^^xsd:double;
  dwc:latitude '51.161667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2737'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2738'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2738'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2739'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2739'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2740'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2740'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2741'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2741'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2742'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2742'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.338333 3.203333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.338333"^^xsd:decimal ;
  dwc:decimalLongitude "3.203333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.338333 3.203333)"^^geo:wktLiteral ;
  geo-pos:lat "51.338333"^^xsd:decimal ;
  geo-pos:long "3.203333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2743'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.203333'^^xsd:double;
  dwc:latitude '51.338333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2743'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.355 3.275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.355"^^xsd:decimal ;
  dwc:decimalLongitude "3.275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.355 3.275)"^^geo:wktLiteral ;
  geo-pos:lat "51.355"^^xsd:decimal ;
  geo-pos:long "3.275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2744'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.275'^^xsd:double;
  dwc:latitude '51.355'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2744'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33 3.151667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33"^^xsd:decimal ;
  dwc:decimalLongitude "3.151667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33 3.151667)"^^geo:wktLiteral ;
  geo-pos:lat "51.33"^^xsd:decimal ;
  geo-pos:long "3.151667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2745'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.151667'^^xsd:double;
  dwc:latitude '51.33'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2745'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264667 2.977333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.264667"^^xsd:decimal ;
  dwc:decimalLongitude "2.977333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264667 2.977333)"^^geo:wktLiteral ;
  geo-pos:lat "51.264667"^^xsd:decimal ;
  geo-pos:long "2.977333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2746'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.977333'^^xsd:double;
  dwc:latitude '51.264667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2746'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264333 2.977667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.264333"^^xsd:decimal ;
  dwc:decimalLongitude "2.977667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264333 2.977667)"^^geo:wktLiteral ;
  geo-pos:lat "51.264333"^^xsd:decimal ;
  geo-pos:long "2.977667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2747'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.977667'^^xsd:double;
  dwc:latitude '51.264333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2747'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2748'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2748'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264167 2.977833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.264167"^^xsd:decimal ;
  dwc:decimalLongitude "2.977833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.264167 2.977833)"^^geo:wktLiteral ;
  geo-pos:lat "51.264167"^^xsd:decimal ;
  geo-pos:long "2.977833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2749'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.977833'^^xsd:double;
  dwc:latitude '51.264167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2749'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2751'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2751'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2752'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2752'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2753'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2753'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.243333 2.926667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.243333"^^xsd:decimal ;
  dwc:decimalLongitude "2.926667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.243333 2.926667)"^^geo:wktLiteral ;
  geo-pos:lat "51.243333"^^xsd:decimal ;
  geo-pos:long "2.926667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2754'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.926667'^^xsd:double;
  dwc:latitude '51.243333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2754'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2755'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2755'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_96'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104833 2.571667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104833"^^xsd:decimal ;
  dwc:decimalLongitude "2.571667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104833 2.571667)"^^geo:wktLiteral ;
  geo-pos:lat "51.104833"^^xsd:decimal ;
  geo-pos:long "2.571667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2756'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.571667'^^xsd:double;
  dwc:latitude '51.104833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2756'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104667 2.568333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104667"^^xsd:decimal ;
  dwc:decimalLongitude "2.568333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104667 2.568333)"^^geo:wktLiteral ;
  geo-pos:lat "51.104667"^^xsd:decimal ;
  geo-pos:long "2.568333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2757'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.568333'^^xsd:double;
  dwc:latitude '51.104667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2757'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104167 2.57)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104167"^^xsd:decimal ;
  dwc:decimalLongitude "2.57"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104167 2.57)"^^geo:wktLiteral ;
  geo-pos:lat "51.104167"^^xsd:decimal ;
  geo-pos:long "2.57"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2758'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.57'^^xsd:double;
  dwc:latitude '51.104167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2758'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.155 2.713333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.155"^^xsd:decimal ;
  dwc:decimalLongitude "2.713333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.155 2.713333)"^^geo:wktLiteral ;
  geo-pos:lat "51.155"^^xsd:decimal ;
  geo-pos:long "2.713333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2759'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.713333'^^xsd:double;
  dwc:latitude '51.155'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2759'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2760'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2760'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_94'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.268518 2.501852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.268518"^^xsd:decimal ;
  dwc:decimalLongitude "2.501852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.268518 2.501852)"^^geo:wktLiteral ;
  geo-pos:lat "51.268518"^^xsd:decimal ;
  geo-pos:long "2.501852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2761'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.501852'^^xsd:double;
  dwc:latitude '51.268518'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2761'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2763'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2763'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2764'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2764'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.328333 3.15)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.328333"^^xsd:decimal ;
  dwc:decimalLongitude "3.15"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.328333 3.15)"^^geo:wktLiteral ;
  geo-pos:lat "51.328333"^^xsd:decimal ;
  geo-pos:long "3.15"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2765'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.15'^^xsd:double;
  dwc:latitude '51.328333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2765'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265 2.978333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.265"^^xsd:decimal ;
  dwc:decimalLongitude "2.978333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265 2.978333)"^^geo:wktLiteral ;
  geo-pos:lat "51.265"^^xsd:decimal ;
  geo-pos:long "2.978333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2766'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.978333'^^xsd:double;
  dwc:latitude '51.265'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2766'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2767'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2767'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2768'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2768'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_97'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2769'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2769'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2771'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2771'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2780'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2780'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2781'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2781'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_98'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2782'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2782'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2783'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2783'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2784'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2784'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2785>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2785> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2785> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2785>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2785>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2785" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2785'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2785'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_99'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2786'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2786'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_100'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2787'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2787'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_101'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2788'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2788'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_102'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2789'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2789'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_103'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2790'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2790'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2792'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2792'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2793'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2793'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.822 2.6329)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.822"^^xsd:decimal ;
  dwc:decimalLongitude "2.6329"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.822 2.6329)"^^geo:wktLiteral ;
  geo-pos:lat "51.822"^^xsd:decimal ;
  geo-pos:long "2.6329"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2796'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6329'^^xsd:double;
  dwc:latitude '51.822'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2796'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.823667 1.282167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.823667"^^xsd:decimal ;
  dwc:decimalLongitude "1.282167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.823667 1.282167)"^^geo:wktLiteral ;
  geo-pos:lat "50.823667"^^xsd:decimal ;
  geo-pos:long "1.282167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2797'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '1.282167'^^xsd:double;
  dwc:latitude '50.823667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2797'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.093667 2.206767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.093667"^^xsd:decimal ;
  dwc:decimalLongitude "2.206767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.093667 2.206767)"^^geo:wktLiteral ;
  geo-pos:lat "51.093667"^^xsd:decimal ;
  geo-pos:long "2.206767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2798'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.206767'^^xsd:double;
  dwc:latitude '51.093667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2798'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05366 4.192773)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.05366"^^xsd:decimal ;
  dwc:decimalLongitude "4.192773"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.05366 4.192773)"^^geo:wktLiteral ;
  geo-pos:lat "51.05366"^^xsd:decimal ;
  geo-pos:long "4.192773"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2799'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.192773'^^xsd:double;
  dwc:latitude '51.05366'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2799'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2801'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2801'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.253333 2.943333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.253333"^^xsd:decimal ;
  dwc:decimalLongitude "2.943333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.253333 2.943333)"^^geo:wktLiteral ;
  geo-pos:lat "51.253333"^^xsd:decimal ;
  geo-pos:long "2.943333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2803'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.943333'^^xsd:double;
  dwc:latitude '51.253333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2803'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.255 2.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.255"^^xsd:decimal ;
  dwc:decimalLongitude "2.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.255 2.945)"^^geo:wktLiteral ;
  geo-pos:lat "51.255"^^xsd:decimal ;
  geo-pos:long "2.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2804'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.945'^^xsd:double;
  dwc:latitude '51.255'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2804'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.251667 2.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.251667"^^xsd:decimal ;
  dwc:decimalLongitude "2.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.251667 2.945)"^^geo:wktLiteral ;
  geo-pos:lat "51.251667"^^xsd:decimal ;
  geo-pos:long "2.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2805'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.945'^^xsd:double;
  dwc:latitude '51.251667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2805'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2806'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2806'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_106'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33 2.17)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33"^^xsd:decimal ;
  dwc:decimalLongitude "2.17"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33 2.17)"^^geo:wktLiteral ;
  geo-pos:lat "51.33"^^xsd:decimal ;
  geo-pos:long "2.17"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2807'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.17'^^xsd:double;
  dwc:latitude '51.33'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2807'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.735483 2.409333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.735483"^^xsd:decimal ;
  dwc:decimalLongitude "2.409333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.735483 2.409333)"^^geo:wktLiteral ;
  geo-pos:lat "51.735483"^^xsd:decimal ;
  geo-pos:long "2.409333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2809'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.409333'^^xsd:double;
  dwc:latitude '51.735483'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2809'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2810'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2810'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2811'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2811'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1695 2.6015)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1695"^^xsd:decimal ;
  dwc:decimalLongitude "2.6015"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1695 2.6015)"^^geo:wktLiteral ;
  geo-pos:lat "51.1695"^^xsd:decimal ;
  geo-pos:long "2.6015"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2813'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6015'^^xsd:double;
  dwc:latitude '51.1695'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2813'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.157167 1.846667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.157167"^^xsd:decimal ;
  dwc:decimalLongitude "1.846667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.157167 1.846667)"^^geo:wktLiteral ;
  geo-pos:lat "51.157167"^^xsd:decimal ;
  geo-pos:long "1.846667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2814'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '1.846667'^^xsd:double;
  dwc:latitude '51.157167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2814'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2815'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2815'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333 2.7)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.183333"^^xsd:decimal ;
  dwc:decimalLongitude "2.7"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333 2.7)"^^geo:wktLiteral ;
  geo-pos:lat "51.183333"^^xsd:decimal ;
  geo-pos:long "2.7"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2816'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.7'^^xsd:double;
  dwc:latitude '51.183333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2816'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2818'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2818'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_107'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2819'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2819'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2820'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2820'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2821'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2821'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2822'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2822'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2824'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2824'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2827'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2827'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2829'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2829'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_111'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2830'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2830'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2831'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2831'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2832'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2832'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.2)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "2.2"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.2)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "2.2"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2833'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.2'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2833'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2836'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2836'^^xsd:anyURI;
  dwc:observationDate '2007-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2839'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2839'^^xsd:anyURI;
  dwc:observationDate '2007-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_114'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.876667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.876667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.876667)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "2.876667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2841'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.876667'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2841'^^xsd:anyURI;
  dwc:observationDate '2007-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2843'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2843'^^xsd:anyURI;
  dwc:observationDate '2007-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2844'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2844'^^xsd:anyURI;
  dwc:observationDate '2007-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2847'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2847'^^xsd:anyURI;
  dwc:observationDate '2007-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.232 2.926667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.232"^^xsd:decimal ;
  dwc:decimalLongitude "2.926667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.232 2.926667)"^^geo:wktLiteral ;
  geo-pos:lat "51.232"^^xsd:decimal ;
  geo-pos:long "2.926667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2851'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.926667'^^xsd:double;
  dwc:latitude '51.232'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2851'^^xsd:anyURI;
  dwc:observationDate '2007-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2854'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2854'^^xsd:anyURI;
  dwc:observationDate '2007-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_116'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2856'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2856'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2857'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2857'^^xsd:anyURI;
  dwc:observationDate '2007-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_117'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2858'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2858'^^xsd:anyURI;
  dwc:observationDate '2007-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_118'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2859'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2859'^^xsd:anyURI;
  dwc:observationDate '2007-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_119'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2865'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2865'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2866'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2866'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2867'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2867'^^xsd:anyURI;
  dwc:observationDate '2007-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2868'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2868'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_120'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2869'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2869'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_121'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2870'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2870'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2872'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2872'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_122'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2873'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2873'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_123'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2874'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2874'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_124'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2875'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2875'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2876'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2876'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2877'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2877'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2878'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2878'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_125'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2880'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2880'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2883'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2883'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2884'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2884'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_127'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2885'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2885'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_128'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2886'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2886'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_130'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2887'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2887'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_129'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2888'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2888'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3815 2.920167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3815"^^xsd:decimal ;
  dwc:decimalLongitude "2.920167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3815 2.920167)"^^geo:wktLiteral ;
  geo-pos:lat "51.3815"^^xsd:decimal ;
  geo-pos:long "2.920167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2889'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.920167'^^xsd:double;
  dwc:latitude '51.3815'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2889'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2890'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2890'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_131'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2895'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2895'^^xsd:anyURI;
  dwc:observationDate '2007-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2898'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2898'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_132'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2899'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2899'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_134'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2902'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2902'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2903'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2903'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_135'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2904'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2904'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_133'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2905'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2905'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2908'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2908'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2909'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2909'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2910'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2910'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2913'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2913'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2916'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2916'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_137'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2917'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2917'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_138'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2918'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2918'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2919'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2919'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2920'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2920'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_141'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2921'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2921'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_140'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2922'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2922'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_142'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2923'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2923'^^xsd:anyURI;
  dwc:observationDate '2007-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_139'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2924'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2924'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_143'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2926'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2926'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2927'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2927'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2929'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2929'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2930'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2930'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2932'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2932'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2937'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2937'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.308333 2.85)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.308333"^^xsd:decimal ;
  dwc:decimalLongitude "2.85"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.308333 2.85)"^^geo:wktLiteral ;
  geo-pos:lat "51.308333"^^xsd:decimal ;
  geo-pos:long "2.85"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2938'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.85'^^xsd:double;
  dwc:latitude '51.308333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2938'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2939'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2939'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.308 2.721967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.308"^^xsd:decimal ;
  dwc:decimalLongitude "2.721967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.308 2.721967)"^^geo:wktLiteral ;
  geo-pos:lat "51.308"^^xsd:decimal ;
  geo-pos:long "2.721967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2941'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.721967'^^xsd:double;
  dwc:latitude '51.308'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2941'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2942'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2942'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2943'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2943'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2944'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2944'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2945'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2945'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2947'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2947'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2948'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2948'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_145'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2949'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2949'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.033633 2.052383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.033633"^^xsd:decimal ;
  dwc:decimalLongitude "2.052383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.033633 2.052383)"^^geo:wktLiteral ;
  geo-pos:lat "51.033633"^^xsd:decimal ;
  geo-pos:long "2.052383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2953'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.052383'^^xsd:double;
  dwc:latitude '51.033633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2953'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2954'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2954'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2955'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2955'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2956'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2956'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2957'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2957'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2958'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2958'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2961'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2961'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2964'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2964'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2965'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2965'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2966'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2966'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2971'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2971'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2972'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2972'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_147'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2977'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2977'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2980'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2980'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_148'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2981'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2981'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2982'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2982'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2983'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2983'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2984'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2984'^^xsd:anyURI;
  dwc:observationDate '2007-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2985'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2985'^^xsd:anyURI;
  dwc:observationDate '2007-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2987'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2987'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2988'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2988'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2990'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2990'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2992'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2992'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2993'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2993'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2994'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2994'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2996'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2996'^^xsd:anyURI;
  dwc:observationDate '2007-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F2997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/2997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/2997'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/2997'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3000'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3000'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3002'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3002'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3003'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3003'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3005'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3005'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3006'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3006'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3011'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3011'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3014'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3014'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3015'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3015'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3017'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3017'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3018'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3018'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3019>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3019> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3019> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3019>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3019>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3019" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3019'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3019'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3020'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3020'^^xsd:anyURI;
  dwc:observationDate '2008-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_149'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3025'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3025'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_150'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3026'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3026'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3027>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3027> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3027> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3027>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3027>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3027" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3027'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3027'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_151'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3028'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3028'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3029'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3029'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3030'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3030'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3031>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3031> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3031> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3031>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3031>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3031" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3031'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3031'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3033'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3033'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3034'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3034'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3035'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3035'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3037'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3037'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3038'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3038'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3039'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3039'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3040'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3040'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3043'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3043'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3047>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3047> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3047> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3047>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3047>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3047" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3047'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3047'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3050'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3050'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3052'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3052'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3054'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3054'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3056'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3056'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3057'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3057'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3058'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3058'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3059'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3059'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_152'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.535067 2.940833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.535067"^^xsd:decimal ;
  dwc:decimalLongitude "2.940833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.535067 2.940833)"^^geo:wktLiteral ;
  geo-pos:lat "51.535067"^^xsd:decimal ;
  geo-pos:long "2.940833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3061'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.940833'^^xsd:double;
  dwc:latitude '51.535067'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3061'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3062'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3062'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_153'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3063'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3063'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3065'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3065'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_154'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3066'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3066'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_155'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3067'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3067'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3068'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3068'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_156'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3069'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3069'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3070'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3070'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4575 2.386667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4575"^^xsd:decimal ;
  dwc:decimalLongitude "2.386667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4575 2.386667)"^^geo:wktLiteral ;
  geo-pos:lat "51.4575"^^xsd:decimal ;
  geo-pos:long "2.386667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3071'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.386667'^^xsd:double;
  dwc:latitude '51.4575'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3071'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.457467 2.386767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.457467"^^xsd:decimal ;
  dwc:decimalLongitude "2.386767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.457467 2.386767)"^^geo:wktLiteral ;
  geo-pos:lat "51.457467"^^xsd:decimal ;
  geo-pos:long "2.386767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3072'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.386767'^^xsd:double;
  dwc:latitude '51.457467'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3072'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1385 2.646767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1385"^^xsd:decimal ;
  dwc:decimalLongitude "2.646767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1385 2.646767)"^^geo:wktLiteral ;
  geo-pos:lat "51.1385"^^xsd:decimal ;
  geo-pos:long "2.646767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3073'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.646767'^^xsd:double;
  dwc:latitude '51.1385'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3073'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3074'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3074'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_157'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3076'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3076'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_158'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3077'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3077'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3078'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3078'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3081'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3081'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3082'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3082'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3084'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3084'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3085'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3085'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_159'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3086'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3086'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_160'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3087'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3087'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3088'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3088'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3089'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3089'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3091'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3091'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_163'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3092'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3092'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_164'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3093'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3093'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3094>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3094> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3094> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3094>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3094>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3094" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3094'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3094'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3095'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3095'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_165'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3096'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3096'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_166'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3097'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3097'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_167'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3101'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3101'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_168'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3102'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3102'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_169'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3103'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3103'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3104'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3104'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3106'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3106'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3107'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3107'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_171'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3108'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3108'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_170'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262249"^^xsd:decimal ;
  dwc:decimalLongitude "2.968215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  geo-pos:lat "51.262249"^^xsd:decimal ;
  geo-pos:long "2.968215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3109'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.968215'^^xsd:double;
  dwc:latitude '51.262249'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3109'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3116'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3116'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3117'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3117'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3118>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3118> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3118> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3118>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3118>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3118" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3118'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3118'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3119'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3119'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3120'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3120'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3121>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3121> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3121> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3121>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3121>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3121" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3121'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3121'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_172'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3122'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3122'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3123'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3123'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_173'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3125'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3125'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3126'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3126'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3127'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3127'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3129>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3129> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3129> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3129>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3129>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3129" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3129'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3129'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3130'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3130'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3131'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3131'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3132'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3132'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_174'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3133'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3133'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2007_146'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3134'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3134'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_161'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3135'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3135'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_162'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3137'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3137'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_175'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3139'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3139'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3140'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3140'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_177'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3141'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3141'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3145'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3145'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_176'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.350333 2.713833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.350333"^^xsd:decimal ;
  dwc:decimalLongitude "2.713833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.350333 2.713833)"^^geo:wktLiteral ;
  geo-pos:lat "51.350333"^^xsd:decimal ;
  geo-pos:long "2.713833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3147'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.713833'^^xsd:double;
  dwc:latitude '51.350333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3147'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3148'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3148'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_178'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3149>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3149> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3149> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3149>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3149>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3149" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3149'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3149'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3150'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3150'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_180'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3151'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3151'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_179'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3153'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3153'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3154'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3154'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.439333 2.99575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.439333"^^xsd:decimal ;
  dwc:decimalLongitude "2.99575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.439333 2.99575)"^^geo:wktLiteral ;
  geo-pos:lat "51.439333"^^xsd:decimal ;
  geo-pos:long "2.99575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3155'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.99575'^^xsd:double;
  dwc:latitude '51.439333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3155'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.273667 2.634667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.273667"^^xsd:decimal ;
  dwc:decimalLongitude "2.634667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.273667 2.634667)"^^geo:wktLiteral ;
  geo-pos:lat "51.273667"^^xsd:decimal ;
  geo-pos:long "2.634667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3156'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.634667'^^xsd:double;
  dwc:latitude '51.273667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3156'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.409833 2.172333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.409833"^^xsd:decimal ;
  dwc:decimalLongitude "2.172333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.409833 2.172333)"^^geo:wktLiteral ;
  geo-pos:lat "51.409833"^^xsd:decimal ;
  geo-pos:long "2.172333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3160'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.172333'^^xsd:double;
  dwc:latitude '51.409833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3160'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.413833 2.1645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.413833"^^xsd:decimal ;
  dwc:decimalLongitude "2.1645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.413833 2.1645)"^^geo:wktLiteral ;
  geo-pos:lat "51.413833"^^xsd:decimal ;
  geo-pos:long "2.1645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3161'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.1645'^^xsd:double;
  dwc:latitude '51.413833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3161'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3162'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3162'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3163'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3163'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3164'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3164'^^xsd:anyURI;
  dwc:observationDate '2008-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_181'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3165'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3165'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3166'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3166'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_182'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3169'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3169'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3170'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3170'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3171'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3171'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_183'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3174'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3174'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3175'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3175'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06456 4.42902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.06456"^^xsd:decimal ;
  dwc:decimalLongitude "4.42902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06456 4.42902)"^^geo:wktLiteral ;
  geo-pos:lat "51.06456"^^xsd:decimal ;
  geo-pos:long "4.42902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3177'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.42902'^^xsd:double;
  dwc:latitude '51.06456'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3177'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257994 4.301646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.257994"^^xsd:decimal ;
  dwc:decimalLongitude "4.301646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257994 4.301646)"^^geo:wktLiteral ;
  geo-pos:lat "51.257994"^^xsd:decimal ;
  geo-pos:long "4.301646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3180'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.301646'^^xsd:double;
  dwc:latitude '51.257994'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3180'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.461333 3.077167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.461333"^^xsd:decimal ;
  dwc:decimalLongitude "3.077167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.461333 3.077167)"^^geo:wktLiteral ;
  geo-pos:lat "51.461333"^^xsd:decimal ;
  geo-pos:long "3.077167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3182'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077167'^^xsd:double;
  dwc:latitude '51.461333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3182'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.797333 2.633333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.797333"^^xsd:decimal ;
  dwc:decimalLongitude "2.633333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.797333 2.633333)"^^geo:wktLiteral ;
  geo-pos:lat "51.797333"^^xsd:decimal ;
  geo-pos:long "2.633333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3183'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.633333'^^xsd:double;
  dwc:latitude '51.797333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3183'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.656167 2.371333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.656167"^^xsd:decimal ;
  dwc:decimalLongitude "2.371333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.656167 2.371333)"^^geo:wktLiteral ;
  geo-pos:lat "51.656167"^^xsd:decimal ;
  geo-pos:long "2.371333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3184'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.371333'^^xsd:double;
  dwc:latitude '51.656167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3184'^^xsd:anyURI;
  dwc:observationDate '2008-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3189'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3189'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3191'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3191'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3195'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3195'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_185'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3196'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3196'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_187'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3197'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3197'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_186'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3198'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3198'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_184'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3203'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3203'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3204'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3204'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3205'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3205'^^xsd:anyURI;
  dwc:observationDate '2008-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3206>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3206> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3206> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3206>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3206>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3206" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3206'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3206'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3212'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3212'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3213'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3213'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3214'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3214'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_189'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3215'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3215'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_190'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3216'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3216'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_191'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3217'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3217'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_192'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3218'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3218'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_193'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3219'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3219'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_194'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3222'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3222'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3224'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3224'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_195'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3225'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3225'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_196'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.41 2.166667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.41"^^xsd:decimal ;
  dwc:decimalLongitude "2.166667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.41 2.166667)"^^geo:wktLiteral ;
  geo-pos:lat "51.41"^^xsd:decimal ;
  geo-pos:long "2.166667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3226'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.166667'^^xsd:double;
  dwc:latitude '51.41'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3226'^^xsd:anyURI;
  dwc:observationDate '2008-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3229'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3229'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_197'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.333333 3)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.333333"^^xsd:decimal ;
  dwc:decimalLongitude "3"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.333333 3)"^^geo:wktLiteral ;
  geo-pos:lat "51.333333"^^xsd:decimal ;
  geo-pos:long "3"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3231'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3'^^xsd:integer;
  dwc:latitude '51.333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3231'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3234'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3234'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3235'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3235'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_198'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3236'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3236'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3237'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3237'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3238'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3238'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3240'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3240'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3241'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3241'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3242'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3242'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3244'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3244'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3245'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3245'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3248'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3248'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3250'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3250'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_199'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3251'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3251'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3252'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3252'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3253'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3253'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3254'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3254'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3255'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3255'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3256'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3256'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3257'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3257'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3258'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3258'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3259'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3259'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3260'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3260'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3261'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3261'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3262'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3262'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3263'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3263'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3264'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3264'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3265'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3265'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_200'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3266'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3266'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3268'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3268'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3269'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3269'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3270'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3270'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3272'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3272'^^xsd:anyURI;
  dwc:observationDate '2008-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3275'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3275'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3277'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3277'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3278'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3278'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3280'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3280'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2008_188'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3281'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3281'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3282'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3282'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3283'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3283'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3285'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3285'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3287'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3287'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3288'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3288'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3289'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3289'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3290'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3290'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3291'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3291'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_201'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3295'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3295'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_202'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3296'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3296'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3298'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3298'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_204'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3299'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3299'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_203'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3300'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3300'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_205'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3301'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3301'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3306'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3306'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_206'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3307'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3307'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3309'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3309'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_208'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3310'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3310'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_207'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3311'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3311'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3314'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3314'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.407417 2.3654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.407417"^^xsd:decimal ;
  dwc:decimalLongitude "2.3654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.407417 2.3654)"^^geo:wktLiteral ;
  geo-pos:lat "51.407417"^^xsd:decimal ;
  geo-pos:long "2.3654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3315'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.3654'^^xsd:double;
  dwc:latitude '51.407417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3315'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3317'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3317'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3318'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3318'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3320'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3320'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3321'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3321'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3322'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3322'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233833 2.538333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.233833"^^xsd:decimal ;
  dwc:decimalLongitude "2.538333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233833 2.538333)"^^geo:wktLiteral ;
  geo-pos:lat "51.233833"^^xsd:decimal ;
  geo-pos:long "2.538333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3323'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.538333'^^xsd:double;
  dwc:latitude '51.233833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3323'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.283333 2.446667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.283333"^^xsd:decimal ;
  dwc:decimalLongitude "2.446667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.283333 2.446667)"^^geo:wktLiteral ;
  geo-pos:lat "51.283333"^^xsd:decimal ;
  geo-pos:long "2.446667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3324'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.446667'^^xsd:double;
  dwc:latitude '51.283333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3324'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.205 2.601667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.205"^^xsd:decimal ;
  dwc:decimalLongitude "2.601667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.205 2.601667)"^^geo:wktLiteral ;
  geo-pos:lat "51.205"^^xsd:decimal ;
  geo-pos:long "2.601667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3325'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.601667'^^xsd:double;
  dwc:latitude '51.205'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3325'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.348217 2.512917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.348217"^^xsd:decimal ;
  dwc:decimalLongitude "2.512917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.348217 2.512917)"^^geo:wktLiteral ;
  geo-pos:lat "51.348217"^^xsd:decimal ;
  geo-pos:long "2.512917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3328'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.512917'^^xsd:double;
  dwc:latitude '51.348217'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3328'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3329'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3329'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.798167 2.569333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.798167"^^xsd:decimal ;
  dwc:decimalLongitude "2.569333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.798167 2.569333)"^^geo:wktLiteral ;
  geo-pos:lat "51.798167"^^xsd:decimal ;
  geo-pos:long "2.569333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3331'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.569333'^^xsd:double;
  dwc:latitude '51.798167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3331'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6325 2.56)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6325"^^xsd:decimal ;
  dwc:decimalLongitude "2.56"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6325 2.56)"^^geo:wktLiteral ;
  geo-pos:lat "51.6325"^^xsd:decimal ;
  geo-pos:long "2.56"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3332'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.56'^^xsd:double;
  dwc:latitude '51.6325'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3332'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262183 2.897433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262183"^^xsd:decimal ;
  dwc:decimalLongitude "2.897433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262183 2.897433)"^^geo:wktLiteral ;
  geo-pos:lat "51.262183"^^xsd:decimal ;
  geo-pos:long "2.897433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3333'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.897433'^^xsd:double;
  dwc:latitude '51.262183'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3333'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.528033 3.08055)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.528033"^^xsd:decimal ;
  dwc:decimalLongitude "3.08055"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.528033 3.08055)"^^geo:wktLiteral ;
  geo-pos:lat "51.528033"^^xsd:decimal ;
  geo-pos:long "3.08055"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3334'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.08055'^^xsd:double;
  dwc:latitude '51.528033'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3334'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3335'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3335'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333 2.466667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.183333"^^xsd:decimal ;
  dwc:decimalLongitude "2.466667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333 2.466667)"^^geo:wktLiteral ;
  geo-pos:lat "51.183333"^^xsd:decimal ;
  geo-pos:long "2.466667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3337'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.466667'^^xsd:double;
  dwc:latitude '51.183333'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3337'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3338'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3338'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_209'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3341'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3341'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3343'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3343'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_210'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3344'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3344'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3346'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3346'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_211'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3347'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3347'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_212'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3348'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3348'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_213'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3349'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3349'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3350'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3350'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_214'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.279367 2.797717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.279367"^^xsd:decimal ;
  dwc:decimalLongitude "2.797717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.279367 2.797717)"^^geo:wktLiteral ;
  geo-pos:lat "51.279367"^^xsd:decimal ;
  geo-pos:long "2.797717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3352'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.797717'^^xsd:double;
  dwc:latitude '51.279367'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3352'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3353'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3353'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_215'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3354'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3354'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_216'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3357'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3357'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3358'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3358'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3359'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3359'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_217'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3360'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3360'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3361'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3361'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_218'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3362'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3362'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_219'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3364'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3364'^^xsd:anyURI;
  dwc:observationDate '2009-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3555 2.380083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3555"^^xsd:decimal ;
  dwc:decimalLongitude "2.380083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3555 2.380083)"^^geo:wktLiteral ;
  geo-pos:lat "51.3555"^^xsd:decimal ;
  geo-pos:long "2.380083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3366'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.380083'^^xsd:double;
  dwc:latitude '51.3555'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3366'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3369'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3369'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3372'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3372'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_220'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3373'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3373'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3374'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3374'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_222'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3375'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3375'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_221'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3376'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3376'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3377'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3377'^^xsd:anyURI;
  dwc:observationDate '2009-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3380'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3380'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_223'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3382'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3382'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_224'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3383>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3383> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3383> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3383>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3383>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3383" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3383'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3383'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3385'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3385'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3386'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3386'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_225'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3387'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3387'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3388'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3388'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265417 2.980833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.265417"^^xsd:decimal ;
  dwc:decimalLongitude "2.980833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265417 2.980833)"^^geo:wktLiteral ;
  geo-pos:lat "51.265417"^^xsd:decimal ;
  geo-pos:long "2.980833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3389'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.980833'^^xsd:double;
  dwc:latitude '51.265417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3389'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265333 2.979667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.265333"^^xsd:decimal ;
  dwc:decimalLongitude "2.979667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265333 2.979667)"^^geo:wktLiteral ;
  geo-pos:lat "51.265333"^^xsd:decimal ;
  geo-pos:long "2.979667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3390'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.979667'^^xsd:double;
  dwc:latitude '51.265333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3390'^^xsd:anyURI;
  dwc:observationDate '2006-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3391>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3391> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3391> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.420633 3.078767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.420633"^^xsd:decimal ;
  dwc:decimalLongitude "3.078767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3391>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.420633 3.078767)"^^geo:wktLiteral ;
  geo-pos:lat "51.420633"^^xsd:decimal ;
  geo-pos:long "3.078767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3391>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3391" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3391'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.078767'^^xsd:double;
  dwc:latitude '51.420633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3391'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.438433 3.123667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.438433"^^xsd:decimal ;
  dwc:decimalLongitude "3.123667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.438433 3.123667)"^^geo:wktLiteral ;
  geo-pos:lat "51.438433"^^xsd:decimal ;
  geo-pos:long "3.123667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3392'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.123667'^^xsd:double;
  dwc:latitude '51.438433'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3392'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.44435 3.114833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.44435"^^xsd:decimal ;
  dwc:decimalLongitude "3.114833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.44435 3.114833)"^^geo:wktLiteral ;
  geo-pos:lat "51.44435"^^xsd:decimal ;
  geo-pos:long "3.114833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3393'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.114833'^^xsd:double;
  dwc:latitude '51.44435'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3393'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.447283 3.10945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.447283"^^xsd:decimal ;
  dwc:decimalLongitude "3.10945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.447283 3.10945)"^^geo:wktLiteral ;
  geo-pos:lat "51.447283"^^xsd:decimal ;
  geo-pos:long "3.10945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3394'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.10945'^^xsd:double;
  dwc:latitude '51.447283'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3394'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.451667 3.1031)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.451667"^^xsd:decimal ;
  dwc:decimalLongitude "3.1031"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.451667 3.1031)"^^geo:wktLiteral ;
  geo-pos:lat "51.451667"^^xsd:decimal ;
  geo-pos:long "3.1031"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3395'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1031'^^xsd:double;
  dwc:latitude '51.451667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3395'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.455167 3.098133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.455167"^^xsd:decimal ;
  dwc:decimalLongitude "3.098133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.455167 3.098133)"^^geo:wktLiteral ;
  geo-pos:lat "51.455167"^^xsd:decimal ;
  geo-pos:long "3.098133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3396'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.098133'^^xsd:double;
  dwc:latitude '51.455167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3396'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463633 3.076817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.463633"^^xsd:decimal ;
  dwc:decimalLongitude "3.076817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463633 3.076817)"^^geo:wktLiteral ;
  geo-pos:lat "51.463633"^^xsd:decimal ;
  geo-pos:long "3.076817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3397'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.076817'^^xsd:double;
  dwc:latitude '51.463633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3397'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.464433 3.08025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.464433"^^xsd:decimal ;
  dwc:decimalLongitude "3.08025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.464433 3.08025)"^^geo:wktLiteral ;
  geo-pos:lat "51.464433"^^xsd:decimal ;
  geo-pos:long "3.08025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3398'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.08025'^^xsd:double;
  dwc:latitude '51.464433'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3398'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.462917 3.077017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.462917"^^xsd:decimal ;
  dwc:decimalLongitude "3.077017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.462917 3.077017)"^^geo:wktLiteral ;
  geo-pos:lat "51.462917"^^xsd:decimal ;
  geo-pos:long "3.077017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3399'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077017'^^xsd:double;
  dwc:latitude '51.462917'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3399'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.461033 3.0638)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.461033"^^xsd:decimal ;
  dwc:decimalLongitude "3.0638"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.461033 3.0638)"^^geo:wktLiteral ;
  geo-pos:lat "51.461033"^^xsd:decimal ;
  geo-pos:long "3.0638"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3400'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.0638'^^xsd:double;
  dwc:latitude '51.461033'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3400'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.465783 3.05785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.465783"^^xsd:decimal ;
  dwc:decimalLongitude "3.05785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.465783 3.05785)"^^geo:wktLiteral ;
  geo-pos:lat "51.465783"^^xsd:decimal ;
  geo-pos:long "3.05785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3402'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.05785'^^xsd:double;
  dwc:latitude '51.465783'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3402'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4674 3.050383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4674"^^xsd:decimal ;
  dwc:decimalLongitude "3.050383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4674 3.050383)"^^geo:wktLiteral ;
  geo-pos:lat "51.4674"^^xsd:decimal ;
  geo-pos:long "3.050383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3403'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.050383'^^xsd:double;
  dwc:latitude '51.4674'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3403'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.47135 3.042883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.47135"^^xsd:decimal ;
  dwc:decimalLongitude "3.042883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.47135 3.042883)"^^geo:wktLiteral ;
  geo-pos:lat "51.47135"^^xsd:decimal ;
  geo-pos:long "3.042883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3404'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.042883'^^xsd:double;
  dwc:latitude '51.47135'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3404'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.473633 3.0372)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.473633"^^xsd:decimal ;
  dwc:decimalLongitude "3.0372"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.473633 3.0372)"^^geo:wktLiteral ;
  geo-pos:lat "51.473633"^^xsd:decimal ;
  geo-pos:long "3.0372"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3405'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.0372'^^xsd:double;
  dwc:latitude '51.473633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3405'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.477 3.0328)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.477"^^xsd:decimal ;
  dwc:decimalLongitude "3.0328"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.477 3.0328)"^^geo:wktLiteral ;
  geo-pos:lat "51.477"^^xsd:decimal ;
  geo-pos:long "3.0328"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3406'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.0328'^^xsd:double;
  dwc:latitude '51.477'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3406'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.47765 3.031917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.47765"^^xsd:decimal ;
  dwc:decimalLongitude "3.031917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.47765 3.031917)"^^geo:wktLiteral ;
  geo-pos:lat "51.47765"^^xsd:decimal ;
  geo-pos:long "3.031917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3407'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.031917'^^xsd:double;
  dwc:latitude '51.47765'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3407'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482033 3.0326)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.482033"^^xsd:decimal ;
  dwc:decimalLongitude "3.0326"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482033 3.0326)"^^geo:wktLiteral ;
  geo-pos:lat "51.482033"^^xsd:decimal ;
  geo-pos:long "3.0326"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3408'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.0326'^^xsd:double;
  dwc:latitude '51.482033'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3408'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482683 3.03165)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.482683"^^xsd:decimal ;
  dwc:decimalLongitude "3.03165"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.482683 3.03165)"^^geo:wktLiteral ;
  geo-pos:lat "51.482683"^^xsd:decimal ;
  geo-pos:long "3.03165"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3409'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.03165'^^xsd:double;
  dwc:latitude '51.482683'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3409'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4853 3.028017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4853"^^xsd:decimal ;
  dwc:decimalLongitude "3.028017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4853 3.028017)"^^geo:wktLiteral ;
  geo-pos:lat "51.4853"^^xsd:decimal ;
  geo-pos:long "3.028017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3410'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028017'^^xsd:double;
  dwc:latitude '51.4853'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3410'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.488117 3.0244)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.488117"^^xsd:decimal ;
  dwc:decimalLongitude "3.0244"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.488117 3.0244)"^^geo:wktLiteral ;
  geo-pos:lat "51.488117"^^xsd:decimal ;
  geo-pos:long "3.0244"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3411'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.0244'^^xsd:double;
  dwc:latitude '51.488117'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3411'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.493467 3.017217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.493467"^^xsd:decimal ;
  dwc:decimalLongitude "3.017217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.493467 3.017217)"^^geo:wktLiteral ;
  geo-pos:lat "51.493467"^^xsd:decimal ;
  geo-pos:long "3.017217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3412'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.017217'^^xsd:double;
  dwc:latitude '51.493467'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3412'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3413>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3413> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3413> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.496967 3.0126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.496967"^^xsd:decimal ;
  dwc:decimalLongitude "3.0126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3413>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.496967 3.0126)"^^geo:wktLiteral ;
  geo-pos:lat "51.496967"^^xsd:decimal ;
  geo-pos:long "3.0126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3413>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3413" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3413'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.0126'^^xsd:double;
  dwc:latitude '51.496967'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3413'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.499083 3.009367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.499083"^^xsd:decimal ;
  dwc:decimalLongitude "3.009367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.499083 3.009367)"^^geo:wktLiteral ;
  geo-pos:lat "51.499083"^^xsd:decimal ;
  geo-pos:long "3.009367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3414'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.009367'^^xsd:double;
  dwc:latitude '51.499083'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3414'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.500117 3.008067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.500117"^^xsd:decimal ;
  dwc:decimalLongitude "3.008067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.500117 3.008067)"^^geo:wktLiteral ;
  geo-pos:lat "51.500117"^^xsd:decimal ;
  geo-pos:long "3.008067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3415'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.008067'^^xsd:double;
  dwc:latitude '51.500117'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3415'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.501767 3.006267)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.501767"^^xsd:decimal ;
  dwc:decimalLongitude "3.006267"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.501767 3.006267)"^^geo:wktLiteral ;
  geo-pos:lat "51.501767"^^xsd:decimal ;
  geo-pos:long "3.006267"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3416'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.006267'^^xsd:double;
  dwc:latitude '51.501767'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3416'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5035 3.0047)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5035"^^xsd:decimal ;
  dwc:decimalLongitude "3.0047"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5035 3.0047)"^^geo:wktLiteral ;
  geo-pos:lat "51.5035"^^xsd:decimal ;
  geo-pos:long "3.0047"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3417'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.0047'^^xsd:double;
  dwc:latitude '51.5035'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3417'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3418>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3418> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3418> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.505267 3.002833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.505267"^^xsd:decimal ;
  dwc:decimalLongitude "3.002833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3418>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.505267 3.002833)"^^geo:wktLiteral ;
  geo-pos:lat "51.505267"^^xsd:decimal ;
  geo-pos:long "3.002833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3418>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3418" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3418'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.002833'^^xsd:double;
  dwc:latitude '51.505267'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3418'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.509083 2.997983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.509083"^^xsd:decimal ;
  dwc:decimalLongitude "2.997983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.509083 2.997983)"^^geo:wktLiteral ;
  geo-pos:lat "51.509083"^^xsd:decimal ;
  geo-pos:long "2.997983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3419'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.997983'^^xsd:double;
  dwc:latitude '51.509083'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3419'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.516983 2.989283)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.516983"^^xsd:decimal ;
  dwc:decimalLongitude "2.989283"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.516983 2.989283)"^^geo:wktLiteral ;
  geo-pos:lat "51.516983"^^xsd:decimal ;
  geo-pos:long "2.989283"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3420'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.989283'^^xsd:double;
  dwc:latitude '51.516983'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3420'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.562633 2.7575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.562633"^^xsd:decimal ;
  dwc:decimalLongitude "2.7575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.562633 2.7575)"^^geo:wktLiteral ;
  geo-pos:lat "51.562633"^^xsd:decimal ;
  geo-pos:long "2.7575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3421'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.7575'^^xsd:double;
  dwc:latitude '51.562633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3421'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3422>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3422> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3422> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.56 2.714767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.56"^^xsd:decimal ;
  dwc:decimalLongitude "2.714767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3422>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.56 2.714767)"^^geo:wktLiteral ;
  geo-pos:lat "51.56"^^xsd:decimal ;
  geo-pos:long "2.714767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3422>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3422" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3422'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.714767'^^xsd:double;
  dwc:latitude '51.56'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3422'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.55225 2.662517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.55225"^^xsd:decimal ;
  dwc:decimalLongitude "2.662517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.55225 2.662517)"^^geo:wktLiteral ;
  geo-pos:lat "51.55225"^^xsd:decimal ;
  geo-pos:long "2.662517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3423'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.662517'^^xsd:double;
  dwc:latitude '51.55225'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3423'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.52935 2.566933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.52935"^^xsd:decimal ;
  dwc:decimalLongitude "2.566933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.52935 2.566933)"^^geo:wktLiteral ;
  geo-pos:lat "51.52935"^^xsd:decimal ;
  geo-pos:long "2.566933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3424'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.566933'^^xsd:double;
  dwc:latitude '51.52935'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3424'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.529733 2.56195)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.529733"^^xsd:decimal ;
  dwc:decimalLongitude "2.56195"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.529733 2.56195)"^^geo:wktLiteral ;
  geo-pos:lat "51.529733"^^xsd:decimal ;
  geo-pos:long "2.56195"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3425'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.56195'^^xsd:double;
  dwc:latitude '51.529733'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3425'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.53315 2.5616)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.53315"^^xsd:decimal ;
  dwc:decimalLongitude "2.5616"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.53315 2.5616)"^^geo:wktLiteral ;
  geo-pos:lat "51.53315"^^xsd:decimal ;
  geo-pos:long "2.5616"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3426'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5616'^^xsd:double;
  dwc:latitude '51.53315'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3426'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3427>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3427> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3427> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.535017 2.56555)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.535017"^^xsd:decimal ;
  dwc:decimalLongitude "2.56555"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3427>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.535017 2.56555)"^^geo:wktLiteral ;
  geo-pos:lat "51.535017"^^xsd:decimal ;
  geo-pos:long "2.56555"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3427>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3427" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3427'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.56555'^^xsd:double;
  dwc:latitude '51.535017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3427'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.535817 2.564067)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.535817"^^xsd:decimal ;
  dwc:decimalLongitude "2.564067"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.535817 2.564067)"^^geo:wktLiteral ;
  geo-pos:lat "51.535817"^^xsd:decimal ;
  geo-pos:long "2.564067"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3428'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.564067'^^xsd:double;
  dwc:latitude '51.535817'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3428'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.535133 2.55715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.535133"^^xsd:decimal ;
  dwc:decimalLongitude "2.55715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.535133 2.55715)"^^geo:wktLiteral ;
  geo-pos:lat "51.535133"^^xsd:decimal ;
  geo-pos:long "2.55715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3429'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.55715'^^xsd:double;
  dwc:latitude '51.535133'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3429'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 2.5543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5333"^^xsd:decimal ;
  dwc:decimalLongitude "2.5543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5333 2.5543)"^^geo:wktLiteral ;
  geo-pos:lat "51.5333"^^xsd:decimal ;
  geo-pos:long "2.5543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3430'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5543'^^xsd:double;
  dwc:latitude '51.5333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3430'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.531883 2.553017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.531883"^^xsd:decimal ;
  dwc:decimalLongitude "2.553017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.531883 2.553017)"^^geo:wktLiteral ;
  geo-pos:lat "51.531883"^^xsd:decimal ;
  geo-pos:long "2.553017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3431'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.553017'^^xsd:double;
  dwc:latitude '51.531883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3431'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.53125 2.551883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.53125"^^xsd:decimal ;
  dwc:decimalLongitude "2.551883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.53125 2.551883)"^^geo:wktLiteral ;
  geo-pos:lat "51.53125"^^xsd:decimal ;
  geo-pos:long "2.551883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3432'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.551883'^^xsd:double;
  dwc:latitude '51.53125'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3432'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.530117 2.550317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.530117"^^xsd:decimal ;
  dwc:decimalLongitude "2.550317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.530117 2.550317)"^^geo:wktLiteral ;
  geo-pos:lat "51.530117"^^xsd:decimal ;
  geo-pos:long "2.550317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3433'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.550317'^^xsd:double;
  dwc:latitude '51.530117'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3433'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.530233 2.547367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.530233"^^xsd:decimal ;
  dwc:decimalLongitude "2.547367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.530233 2.547367)"^^geo:wktLiteral ;
  geo-pos:lat "51.530233"^^xsd:decimal ;
  geo-pos:long "2.547367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3434'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.547367'^^xsd:double;
  dwc:latitude '51.530233'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3434'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.525467 2.538483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.525467"^^xsd:decimal ;
  dwc:decimalLongitude "2.538483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.525467 2.538483)"^^geo:wktLiteral ;
  geo-pos:lat "51.525467"^^xsd:decimal ;
  geo-pos:long "2.538483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3435'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.538483'^^xsd:double;
  dwc:latitude '51.525467'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3435'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.524783 2.53785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.524783"^^xsd:decimal ;
  dwc:decimalLongitude "2.53785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.524783 2.53785)"^^geo:wktLiteral ;
  geo-pos:lat "51.524783"^^xsd:decimal ;
  geo-pos:long "2.53785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3436'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.53785'^^xsd:double;
  dwc:latitude '51.524783'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3436'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.520233 2.53255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.520233"^^xsd:decimal ;
  dwc:decimalLongitude "2.53255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.520233 2.53255)"^^geo:wktLiteral ;
  geo-pos:lat "51.520233"^^xsd:decimal ;
  geo-pos:long "2.53255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3437'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.53255'^^xsd:double;
  dwc:latitude '51.520233'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3437'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5146 2.525167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5146"^^xsd:decimal ;
  dwc:decimalLongitude "2.525167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5146 2.525167)"^^geo:wktLiteral ;
  geo-pos:lat "51.5146"^^xsd:decimal ;
  geo-pos:long "2.525167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3438'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.525167'^^xsd:double;
  dwc:latitude '51.5146'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3438'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.512917 2.522533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.512917"^^xsd:decimal ;
  dwc:decimalLongitude "2.522533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.512917 2.522533)"^^geo:wktLiteral ;
  geo-pos:lat "51.512917"^^xsd:decimal ;
  geo-pos:long "2.522533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3439'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.522533'^^xsd:double;
  dwc:latitude '51.512917'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3439'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.511533 2.52025)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.511533"^^xsd:decimal ;
  dwc:decimalLongitude "2.52025"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.511533 2.52025)"^^geo:wktLiteral ;
  geo-pos:lat "51.511533"^^xsd:decimal ;
  geo-pos:long "2.52025"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3440'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.52025'^^xsd:double;
  dwc:latitude '51.511533'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3440'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.488917 2.5022)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.488917"^^xsd:decimal ;
  dwc:decimalLongitude "2.5022"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.488917 2.5022)"^^geo:wktLiteral ;
  geo-pos:lat "51.488917"^^xsd:decimal ;
  geo-pos:long "2.5022"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3441'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5022'^^xsd:double;
  dwc:latitude '51.488917'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3441'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.474983 2.49665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.474983"^^xsd:decimal ;
  dwc:decimalLongitude "2.49665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.474983 2.49665)"^^geo:wktLiteral ;
  geo-pos:lat "51.474983"^^xsd:decimal ;
  geo-pos:long "2.49665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3442'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.49665'^^xsd:double;
  dwc:latitude '51.474983'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3442'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.450183 2.47685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.450183"^^xsd:decimal ;
  dwc:decimalLongitude "2.47685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.450183 2.47685)"^^geo:wktLiteral ;
  geo-pos:lat "51.450183"^^xsd:decimal ;
  geo-pos:long "2.47685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3443'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.47685'^^xsd:double;
  dwc:latitude '51.450183'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3443'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2838 2.603217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2838"^^xsd:decimal ;
  dwc:decimalLongitude "2.603217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2838 2.603217)"^^geo:wktLiteral ;
  geo-pos:lat "51.2838"^^xsd:decimal ;
  geo-pos:long "2.603217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3444'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.603217'^^xsd:double;
  dwc:latitude '51.2838'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3444'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5117 2.956217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5117"^^xsd:decimal ;
  dwc:decimalLongitude "2.956217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5117 2.956217)"^^geo:wktLiteral ;
  geo-pos:lat "51.5117"^^xsd:decimal ;
  geo-pos:long "2.956217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3445'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956217'^^xsd:double;
  dwc:latitude '51.5117'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3445'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514133 2.9543)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.514133"^^xsd:decimal ;
  dwc:decimalLongitude "2.9543"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.514133 2.9543)"^^geo:wktLiteral ;
  geo-pos:lat "51.514133"^^xsd:decimal ;
  geo-pos:long "2.9543"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3446'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9543'^^xsd:double;
  dwc:latitude '51.514133'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3446'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.546167 2.633417)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.546167"^^xsd:decimal ;
  dwc:decimalLongitude "2.633417"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.546167 2.633417)"^^geo:wktLiteral ;
  geo-pos:lat "51.546167"^^xsd:decimal ;
  geo-pos:long "2.633417"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3447'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.633417'^^xsd:double;
  dwc:latitude '51.546167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3447'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.489317 2.483917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.489317"^^xsd:decimal ;
  dwc:decimalLongitude "2.483917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.489317 2.483917)"^^geo:wktLiteral ;
  geo-pos:lat "51.489317"^^xsd:decimal ;
  geo-pos:long "2.483917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3448'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483917'^^xsd:double;
  dwc:latitude '51.489317'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3448'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.488817 2.47935)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.488817"^^xsd:decimal ;
  dwc:decimalLongitude "2.47935"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.488817 2.47935)"^^geo:wktLiteral ;
  geo-pos:lat "51.488817"^^xsd:decimal ;
  geo-pos:long "2.47935"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3449'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.47935'^^xsd:double;
  dwc:latitude '51.488817'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3449'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4851 2.462483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4851"^^xsd:decimal ;
  dwc:decimalLongitude "2.462483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4851 2.462483)"^^geo:wktLiteral ;
  geo-pos:lat "51.4851"^^xsd:decimal ;
  geo-pos:long "2.462483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3450'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.462483'^^xsd:double;
  dwc:latitude '51.4851'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3450'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.472417 2.420033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.472417"^^xsd:decimal ;
  dwc:decimalLongitude "2.420033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.472417 2.420033)"^^geo:wktLiteral ;
  geo-pos:lat "51.472417"^^xsd:decimal ;
  geo-pos:long "2.420033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3451'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.420033'^^xsd:double;
  dwc:latitude '51.472417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3451'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463767 2.396817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.463767"^^xsd:decimal ;
  dwc:decimalLongitude "2.396817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463767 2.396817)"^^geo:wktLiteral ;
  geo-pos:lat "51.463767"^^xsd:decimal ;
  geo-pos:long "2.396817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3452'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.396817'^^xsd:double;
  dwc:latitude '51.463767'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3452'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.400183 2.500217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.400183"^^xsd:decimal ;
  dwc:decimalLongitude "2.500217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.400183 2.500217)"^^geo:wktLiteral ;
  geo-pos:lat "51.400183"^^xsd:decimal ;
  geo-pos:long "2.500217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3453'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.500217'^^xsd:double;
  dwc:latitude '51.400183'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3453'^^xsd:anyURI;
  dwc:observationDate '2008-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.263733 2.293483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.263733"^^xsd:decimal ;
  dwc:decimalLongitude "2.293483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.263733 2.293483)"^^geo:wktLiteral ;
  geo-pos:lat "51.263733"^^xsd:decimal ;
  geo-pos:long "2.293483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3454'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.293483'^^xsd:double;
  dwc:latitude '51.263733'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3454'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2497 2.335967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2497"^^xsd:decimal ;
  dwc:decimalLongitude "2.335967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2497 2.335967)"^^geo:wktLiteral ;
  geo-pos:lat "51.2497"^^xsd:decimal ;
  geo-pos:long "2.335967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3455'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.335967'^^xsd:double;
  dwc:latitude '51.2497'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3455'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.260333 2.450983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.260333"^^xsd:decimal ;
  dwc:decimalLongitude "2.450983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.260333 2.450983)"^^geo:wktLiteral ;
  geo-pos:lat "51.260333"^^xsd:decimal ;
  geo-pos:long "2.450983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3457'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.450983'^^xsd:double;
  dwc:latitude '51.260333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3457'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265333 2.462967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.265333"^^xsd:decimal ;
  dwc:decimalLongitude "2.462967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.265333 2.462967)"^^geo:wktLiteral ;
  geo-pos:lat "51.265333"^^xsd:decimal ;
  geo-pos:long "2.462967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3458'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.462967'^^xsd:double;
  dwc:latitude '51.265333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3458'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2662 2.464483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2662"^^xsd:decimal ;
  dwc:decimalLongitude "2.464483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2662 2.464483)"^^geo:wktLiteral ;
  geo-pos:lat "51.2662"^^xsd:decimal ;
  geo-pos:long "2.464483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3459'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.464483'^^xsd:double;
  dwc:latitude '51.2662'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3459'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270667 2.48125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.270667"^^xsd:decimal ;
  dwc:decimalLongitude "2.48125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270667 2.48125)"^^geo:wktLiteral ;
  geo-pos:lat "51.270667"^^xsd:decimal ;
  geo-pos:long "2.48125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3460'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.48125'^^xsd:double;
  dwc:latitude '51.270667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3460'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275917 2.541433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.275917"^^xsd:decimal ;
  dwc:decimalLongitude "2.541433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275917 2.541433)"^^geo:wktLiteral ;
  geo-pos:lat "51.275917"^^xsd:decimal ;
  geo-pos:long "2.541433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3461'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.541433'^^xsd:double;
  dwc:latitude '51.275917'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3461'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.27465 2.53495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.27465"^^xsd:decimal ;
  dwc:decimalLongitude "2.53495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.27465 2.53495)"^^geo:wktLiteral ;
  geo-pos:lat "51.27465"^^xsd:decimal ;
  geo-pos:long "2.53495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3462'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.53495'^^xsd:double;
  dwc:latitude '51.27465'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3462'^^xsd:anyURI;
  dwc:observationDate '2008-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.24385 2.872233)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.24385"^^xsd:decimal ;
  dwc:decimalLongitude "2.872233"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.24385 2.872233)"^^geo:wktLiteral ;
  geo-pos:lat "51.24385"^^xsd:decimal ;
  geo-pos:long "2.872233"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3463'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.872233'^^xsd:double;
  dwc:latitude '51.24385'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3463'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3201 2.292517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3201"^^xsd:decimal ;
  dwc:decimalLongitude "2.292517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3201 2.292517)"^^geo:wktLiteral ;
  geo-pos:lat "51.3201"^^xsd:decimal ;
  geo-pos:long "2.292517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3464'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.292517'^^xsd:double;
  dwc:latitude '51.3201'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3464'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29405 2.336533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29405"^^xsd:decimal ;
  dwc:decimalLongitude "2.336533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29405 2.336533)"^^geo:wktLiteral ;
  geo-pos:lat "51.29405"^^xsd:decimal ;
  geo-pos:long "2.336533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3465'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.336533'^^xsd:double;
  dwc:latitude '51.29405'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3465'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.26745 2.5397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.26745"^^xsd:decimal ;
  dwc:decimalLongitude "2.5397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.26745 2.5397)"^^geo:wktLiteral ;
  geo-pos:lat "51.26745"^^xsd:decimal ;
  geo-pos:long "2.5397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3466'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5397'^^xsd:double;
  dwc:latitude '51.26745'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3466'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.205833 2.639883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.205833"^^xsd:decimal ;
  dwc:decimalLongitude "2.639883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.205833 2.639883)"^^geo:wktLiteral ;
  geo-pos:lat "51.205833"^^xsd:decimal ;
  geo-pos:long "2.639883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3467'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.639883'^^xsd:double;
  dwc:latitude '51.205833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3467'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1569 2.653917)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1569"^^xsd:decimal ;
  dwc:decimalLongitude "2.653917"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1569 2.653917)"^^geo:wktLiteral ;
  geo-pos:lat "51.1569"^^xsd:decimal ;
  geo-pos:long "2.653917"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3468'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.653917'^^xsd:double;
  dwc:latitude '51.1569'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3468'^^xsd:anyURI;
  dwc:observationDate '2008-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.256 2.635383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.256"^^xsd:decimal ;
  dwc:decimalLongitude "2.635383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.256 2.635383)"^^geo:wktLiteral ;
  geo-pos:lat "51.256"^^xsd:decimal ;
  geo-pos:long "2.635383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3469'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.635383'^^xsd:double;
  dwc:latitude '51.256'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3469'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2405 2.762467)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2405"^^xsd:decimal ;
  dwc:decimalLongitude "2.762467"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2405 2.762467)"^^geo:wktLiteral ;
  geo-pos:lat "51.2405"^^xsd:decimal ;
  geo-pos:long "2.762467"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3470'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.762467'^^xsd:double;
  dwc:latitude '51.2405'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3470'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2832 2.8784)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2832"^^xsd:decimal ;
  dwc:decimalLongitude "2.8784"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2832 2.8784)"^^geo:wktLiteral ;
  geo-pos:lat "51.2832"^^xsd:decimal ;
  geo-pos:long "2.8784"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3471'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8784'^^xsd:double;
  dwc:latitude '51.2832'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3471'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.299017 2.877083)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.299017"^^xsd:decimal ;
  dwc:decimalLongitude "2.877083"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.299017 2.877083)"^^geo:wktLiteral ;
  geo-pos:lat "51.299017"^^xsd:decimal ;
  geo-pos:long "2.877083"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3472'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.877083'^^xsd:double;
  dwc:latitude '51.299017'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3472'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.30535 2.882383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.30535"^^xsd:decimal ;
  dwc:decimalLongitude "2.882383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.30535 2.882383)"^^geo:wktLiteral ;
  geo-pos:lat "51.30535"^^xsd:decimal ;
  geo-pos:long "2.882383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3473'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.882383'^^xsd:double;
  dwc:latitude '51.30535'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3473'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.329033 2.907017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.329033"^^xsd:decimal ;
  dwc:decimalLongitude "2.907017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.329033 2.907017)"^^geo:wktLiteral ;
  geo-pos:lat "51.329033"^^xsd:decimal ;
  geo-pos:long "2.907017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3474'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.907017'^^xsd:double;
  dwc:latitude '51.329033'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3474'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.34625 2.936733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.34625"^^xsd:decimal ;
  dwc:decimalLongitude "2.936733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.34625 2.936733)"^^geo:wktLiteral ;
  geo-pos:lat "51.34625"^^xsd:decimal ;
  geo-pos:long "2.936733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3475'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.936733'^^xsd:double;
  dwc:latitude '51.34625'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3475'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36085 2.9633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36085"^^xsd:decimal ;
  dwc:decimalLongitude "2.9633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36085 2.9633)"^^geo:wktLiteral ;
  geo-pos:lat "51.36085"^^xsd:decimal ;
  geo-pos:long "2.9633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3476'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9633'^^xsd:double;
  dwc:latitude '51.36085'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3476'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4196 3.109367)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.4196"^^xsd:decimal ;
  dwc:decimalLongitude "3.109367"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.4196 3.109367)"^^geo:wktLiteral ;
  geo-pos:lat "51.4196"^^xsd:decimal ;
  geo-pos:long "3.109367"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3477'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.109367'^^xsd:double;
  dwc:latitude '51.4196'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3477'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463167 3.081867)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.463167"^^xsd:decimal ;
  dwc:decimalLongitude "3.081867"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.463167 3.081867)"^^geo:wktLiteral ;
  geo-pos:lat "51.463167"^^xsd:decimal ;
  geo-pos:long "3.081867"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3478'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.081867'^^xsd:double;
  dwc:latitude '51.463167'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3478'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3607 2.857383)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3607"^^xsd:decimal ;
  dwc:decimalLongitude "2.857383"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3607 2.857383)"^^geo:wktLiteral ;
  geo-pos:lat "51.3607"^^xsd:decimal ;
  geo-pos:long "2.857383"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3479'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.857383'^^xsd:double;
  dwc:latitude '51.3607'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3479'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.357617 2.860133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.357617"^^xsd:decimal ;
  dwc:decimalLongitude "2.860133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.357617 2.860133)"^^geo:wktLiteral ;
  geo-pos:lat "51.357617"^^xsd:decimal ;
  geo-pos:long "2.860133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3480'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.860133'^^xsd:double;
  dwc:latitude '51.357617'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3480'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354483 2.862633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354483"^^xsd:decimal ;
  dwc:decimalLongitude "2.862633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354483 2.862633)"^^geo:wktLiteral ;
  geo-pos:lat "51.354483"^^xsd:decimal ;
  geo-pos:long "2.862633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3481'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.862633'^^xsd:double;
  dwc:latitude '51.354483'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3481'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.338317 2.870967)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.338317"^^xsd:decimal ;
  dwc:decimalLongitude "2.870967"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.338317 2.870967)"^^geo:wktLiteral ;
  geo-pos:lat "51.338317"^^xsd:decimal ;
  geo-pos:long "2.870967"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3482'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.870967'^^xsd:double;
  dwc:latitude '51.338317'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3482'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249417 2.8464)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249417"^^xsd:decimal ;
  dwc:decimalLongitude "2.8464"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249417 2.8464)"^^geo:wktLiteral ;
  geo-pos:lat "51.249417"^^xsd:decimal ;
  geo-pos:long "2.8464"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3483'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8464'^^xsd:double;
  dwc:latitude '51.249417'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3483'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.335167 2.61685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.335167"^^xsd:decimal ;
  dwc:decimalLongitude "2.61685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.335167 2.61685)"^^geo:wktLiteral ;
  geo-pos:lat "51.335167"^^xsd:decimal ;
  geo-pos:long "2.61685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3484'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.61685'^^xsd:double;
  dwc:latitude '51.335167'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3484'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.352533 2.5475)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.352533"^^xsd:decimal ;
  dwc:decimalLongitude "2.5475"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.352533 2.5475)"^^geo:wktLiteral ;
  geo-pos:lat "51.352533"^^xsd:decimal ;
  geo-pos:long "2.5475"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3485'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5475'^^xsd:double;
  dwc:latitude '51.352533'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3485'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320117 2.56255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320117"^^xsd:decimal ;
  dwc:decimalLongitude "2.56255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320117 2.56255)"^^geo:wktLiteral ;
  geo-pos:lat "51.320117"^^xsd:decimal ;
  geo-pos:long "2.56255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3486'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.56255'^^xsd:double;
  dwc:latitude '51.320117'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3486'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31185 2.6126)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31185"^^xsd:decimal ;
  dwc:decimalLongitude "2.6126"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31185 2.6126)"^^geo:wktLiteral ;
  geo-pos:lat "51.31185"^^xsd:decimal ;
  geo-pos:long "2.6126"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3487'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6126'^^xsd:double;
  dwc:latitude '51.31185'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3487'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.314733 2.64685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.314733"^^xsd:decimal ;
  dwc:decimalLongitude "2.64685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.314733 2.64685)"^^geo:wktLiteral ;
  geo-pos:lat "51.314733"^^xsd:decimal ;
  geo-pos:long "2.64685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3488'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.64685'^^xsd:double;
  dwc:latitude '51.314733'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3488'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3136 2.651333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3136"^^xsd:decimal ;
  dwc:decimalLongitude "2.651333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3136 2.651333)"^^geo:wktLiteral ;
  geo-pos:lat "51.3136"^^xsd:decimal ;
  geo-pos:long "2.651333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3489'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.651333'^^xsd:double;
  dwc:latitude '51.3136'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3489'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2898 2.685817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2898"^^xsd:decimal ;
  dwc:decimalLongitude "2.685817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2898 2.685817)"^^geo:wktLiteral ;
  geo-pos:lat "51.2898"^^xsd:decimal ;
  geo-pos:long "2.685817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3490'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.685817'^^xsd:double;
  dwc:latitude '51.2898'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3490'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.285767 2.685517)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.285767"^^xsd:decimal ;
  dwc:decimalLongitude "2.685517"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.285767 2.685517)"^^geo:wktLiteral ;
  geo-pos:lat "51.285767"^^xsd:decimal ;
  geo-pos:long "2.685517"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3491'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.685517'^^xsd:double;
  dwc:latitude '51.285767'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3491'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.27295 2.681733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.27295"^^xsd:decimal ;
  dwc:decimalLongitude "2.681733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.27295 2.681733)"^^geo:wktLiteral ;
  geo-pos:lat "51.27295"^^xsd:decimal ;
  geo-pos:long "2.681733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3492'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.681733'^^xsd:double;
  dwc:latitude '51.27295'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3492'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.261883 2.675933)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.261883"^^xsd:decimal ;
  dwc:decimalLongitude "2.675933"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.261883 2.675933)"^^geo:wktLiteral ;
  geo-pos:lat "51.261883"^^xsd:decimal ;
  geo-pos:long "2.675933"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3493'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.675933'^^xsd:double;
  dwc:latitude '51.261883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3493'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2542 2.6809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2542"^^xsd:decimal ;
  dwc:decimalLongitude "2.6809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2542 2.6809)"^^geo:wktLiteral ;
  geo-pos:lat "51.2542"^^xsd:decimal ;
  geo-pos:long "2.6809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3494'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6809'^^xsd:double;
  dwc:latitude '51.2542'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3494'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2548 2.731583)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2548"^^xsd:decimal ;
  dwc:decimalLongitude "2.731583"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2548 2.731583)"^^geo:wktLiteral ;
  geo-pos:lat "51.2548"^^xsd:decimal ;
  geo-pos:long "2.731583"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3495'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.731583'^^xsd:double;
  dwc:latitude '51.2548'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3495'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.255717 2.737767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.255717"^^xsd:decimal ;
  dwc:decimalLongitude "2.737767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.255717 2.737767)"^^geo:wktLiteral ;
  geo-pos:lat "51.255717"^^xsd:decimal ;
  geo-pos:long "2.737767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3496'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.737767'^^xsd:double;
  dwc:latitude '51.255717'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3496'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.321983 2.787883)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.321983"^^xsd:decimal ;
  dwc:decimalLongitude "2.787883"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.321983 2.787883)"^^geo:wktLiteral ;
  geo-pos:lat "51.321983"^^xsd:decimal ;
  geo-pos:long "2.787883"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3497'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.787883'^^xsd:double;
  dwc:latitude '51.321983'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3497'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.329333 2.65905)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.329333"^^xsd:decimal ;
  dwc:decimalLongitude "2.65905"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.329333 2.65905)"^^geo:wktLiteral ;
  geo-pos:lat "51.329333"^^xsd:decimal ;
  geo-pos:long "2.65905"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3498'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.65905'^^xsd:double;
  dwc:latitude '51.329333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3498'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2613 2.796683)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2613"^^xsd:decimal ;
  dwc:decimalLongitude "2.796683"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2613 2.796683)"^^geo:wktLiteral ;
  geo-pos:lat "51.2613"^^xsd:decimal ;
  geo-pos:long "2.796683"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3499'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.796683'^^xsd:double;
  dwc:latitude '51.2613'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3499'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.243767 2.895983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.243767"^^xsd:decimal ;
  dwc:decimalLongitude "2.895983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.243767 2.895983)"^^geo:wktLiteral ;
  geo-pos:lat "51.243767"^^xsd:decimal ;
  geo-pos:long "2.895983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3500'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.895983'^^xsd:double;
  dwc:latitude '51.243767'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3500'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2528 2.803167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2528"^^xsd:decimal ;
  dwc:decimalLongitude "2.803167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2528 2.803167)"^^geo:wktLiteral ;
  geo-pos:lat "51.2528"^^xsd:decimal ;
  geo-pos:long "2.803167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3501'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.803167'^^xsd:double;
  dwc:latitude '51.2528'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3501'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2641 2.64425)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2641"^^xsd:decimal ;
  dwc:decimalLongitude "2.64425"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2641 2.64425)"^^geo:wktLiteral ;
  geo-pos:lat "51.2641"^^xsd:decimal ;
  geo-pos:long "2.64425"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3502'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.64425'^^xsd:double;
  dwc:latitude '51.2641'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3502'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277533 2.383717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.277533"^^xsd:decimal ;
  dwc:decimalLongitude "2.383717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277533 2.383717)"^^geo:wktLiteral ;
  geo-pos:lat "51.277533"^^xsd:decimal ;
  geo-pos:long "2.383717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3503'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.383717'^^xsd:double;
  dwc:latitude '51.277533'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3503'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.291867 2.323033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.291867"^^xsd:decimal ;
  dwc:decimalLongitude "2.323033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.291867 2.323033)"^^geo:wktLiteral ;
  geo-pos:lat "51.291867"^^xsd:decimal ;
  geo-pos:long "2.323033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3504'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.323033'^^xsd:double;
  dwc:latitude '51.291867'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3504'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3505>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3505> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3505> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.308633 2.27005)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.308633"^^xsd:decimal ;
  dwc:decimalLongitude "2.27005"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3505>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.308633 2.27005)"^^geo:wktLiteral ;
  geo-pos:lat "51.308633"^^xsd:decimal ;
  geo-pos:long "2.27005"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3505>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3505" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3505'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.27005'^^xsd:double;
  dwc:latitude '51.308633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3505'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.404917 2.251317)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.404917"^^xsd:decimal ;
  dwc:decimalLongitude "2.251317"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.404917 2.251317)"^^geo:wktLiteral ;
  geo-pos:lat "51.404917"^^xsd:decimal ;
  geo-pos:long "2.251317"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3506'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.251317'^^xsd:double;
  dwc:latitude '51.404917'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3506'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.405633 2.25495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.405633"^^xsd:decimal ;
  dwc:decimalLongitude "2.25495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.405633 2.25495)"^^geo:wktLiteral ;
  geo-pos:lat "51.405633"^^xsd:decimal ;
  geo-pos:long "2.25495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3507'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.25495'^^xsd:double;
  dwc:latitude '51.405633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3507'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.440683 2.38785)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.440683"^^xsd:decimal ;
  dwc:decimalLongitude "2.38785"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.440683 2.38785)"^^geo:wktLiteral ;
  geo-pos:lat "51.440683"^^xsd:decimal ;
  geo-pos:long "2.38785"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3508'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.38785'^^xsd:double;
  dwc:latitude '51.440683'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3508'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.374533 2.44075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.374533"^^xsd:decimal ;
  dwc:decimalLongitude "2.44075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.374533 2.44075)"^^geo:wktLiteral ;
  geo-pos:lat "51.374533"^^xsd:decimal ;
  geo-pos:long "2.44075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3509'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.44075'^^xsd:double;
  dwc:latitude '51.374533'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3509'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320733 2.587817)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320733"^^xsd:decimal ;
  dwc:decimalLongitude "2.587817"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320733 2.587817)"^^geo:wktLiteral ;
  geo-pos:lat "51.320733"^^xsd:decimal ;
  geo-pos:long "2.587817"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3510'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.587817'^^xsd:double;
  dwc:latitude '51.320733'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3510'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.319333 2.59445)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.319333"^^xsd:decimal ;
  dwc:decimalLongitude "2.59445"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.319333 2.59445)"^^geo:wktLiteral ;
  geo-pos:lat "51.319333"^^xsd:decimal ;
  geo-pos:long "2.59445"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3511'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.59445'^^xsd:double;
  dwc:latitude '51.319333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3511'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310533 2.63315)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310533"^^xsd:decimal ;
  dwc:decimalLongitude "2.63315"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310533 2.63315)"^^geo:wktLiteral ;
  geo-pos:lat "51.310533"^^xsd:decimal ;
  geo-pos:long "2.63315"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3512'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63315'^^xsd:double;
  dwc:latitude '51.310533'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3512'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302633 2.669567)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302633"^^xsd:decimal ;
  dwc:decimalLongitude "2.669567"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302633 2.669567)"^^geo:wktLiteral ;
  geo-pos:lat "51.302633"^^xsd:decimal ;
  geo-pos:long "2.669567"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3513'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.669567'^^xsd:double;
  dwc:latitude '51.302633'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3513'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2942 2.7079)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2942"^^xsd:decimal ;
  dwc:decimalLongitude "2.7079"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2942 2.7079)"^^geo:wktLiteral ;
  geo-pos:lat "51.2942"^^xsd:decimal ;
  geo-pos:long "2.7079"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3514'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.7079'^^xsd:double;
  dwc:latitude '51.2942'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3514'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.292117 2.71755)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.292117"^^xsd:decimal ;
  dwc:decimalLongitude "2.71755"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.292117 2.71755)"^^geo:wktLiteral ;
  geo-pos:lat "51.292117"^^xsd:decimal ;
  geo-pos:long "2.71755"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3515'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.71755'^^xsd:double;
  dwc:latitude '51.292117'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3515'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.279267 2.774533)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.279267"^^xsd:decimal ;
  dwc:decimalLongitude "2.774533"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.279267 2.774533)"^^geo:wktLiteral ;
  geo-pos:lat "51.279267"^^xsd:decimal ;
  geo-pos:long "2.774533"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3516'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.774533'^^xsd:double;
  dwc:latitude '51.279267'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3516'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275533 2.791983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.275533"^^xsd:decimal ;
  dwc:decimalLongitude "2.791983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275533 2.791983)"^^geo:wktLiteral ;
  geo-pos:lat "51.275533"^^xsd:decimal ;
  geo-pos:long "2.791983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3517'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.791983'^^xsd:double;
  dwc:latitude '51.275533'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3517'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2534 2.888767)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2534"^^xsd:decimal ;
  dwc:decimalLongitude "2.888767"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2534 2.888767)"^^geo:wktLiteral ;
  geo-pos:lat "51.2534"^^xsd:decimal ;
  geo-pos:long "2.888767"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3518'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.888767'^^xsd:double;
  dwc:latitude '51.2534'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3518'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.200242 4.350913)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.200242"^^xsd:decimal ;
  dwc:decimalLongitude "4.350913"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.200242 4.350913)"^^geo:wktLiteral ;
  geo-pos:lat "51.200242"^^xsd:decimal ;
  geo-pos:long "4.350913"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3519'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.350913'^^xsd:double;
  dwc:latitude '51.200242'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3519'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36095 3.314033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36095"^^xsd:decimal ;
  dwc:decimalLongitude "3.314033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36095 3.314033)"^^geo:wktLiteral ;
  geo-pos:lat "51.36095"^^xsd:decimal ;
  geo-pos:long "3.314033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3521'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.314033'^^xsd:double;
  dwc:latitude '51.36095'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3521'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262249"^^xsd:decimal ;
  dwc:decimalLongitude "2.968215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  geo-pos:lat "51.262249"^^xsd:decimal ;
  geo-pos:long "2.968215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3522'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.968215'^^xsd:double;
  dwc:latitude '51.262249'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3522'^^xsd:anyURI;
  dwc:observationDate '2006-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239943"^^xsd:decimal ;
  dwc:decimalLongitude "2.908652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  geo-pos:lat "51.239943"^^xsd:decimal ;
  geo-pos:long "2.908652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3526'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908652'^^xsd:double;
  dwc:latitude '51.239943'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3526'^^xsd:anyURI;
  dwc:observationDate '2007-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262249"^^xsd:decimal ;
  dwc:decimalLongitude "2.968215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  geo-pos:lat "51.262249"^^xsd:decimal ;
  geo-pos:long "2.968215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3528'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.968215'^^xsd:double;
  dwc:latitude '51.262249'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3528'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262249"^^xsd:decimal ;
  dwc:decimalLongitude "2.968215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  geo-pos:lat "51.262249"^^xsd:decimal ;
  geo-pos:long "2.968215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3530'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.968215'^^xsd:double;
  dwc:latitude '51.262249'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3530'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262249"^^xsd:decimal ;
  dwc:decimalLongitude "2.968215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  geo-pos:lat "51.262249"^^xsd:decimal ;
  geo-pos:long "2.968215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3537'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.968215'^^xsd:double;
  dwc:latitude '51.262249'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3537'^^xsd:anyURI;
  dwc:observationDate '2008-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239943"^^xsd:decimal ;
  dwc:decimalLongitude "2.908652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  geo-pos:lat "51.239943"^^xsd:decimal ;
  geo-pos:long "2.908652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3550'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908652'^^xsd:double;
  dwc:latitude '51.239943'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3550'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239943"^^xsd:decimal ;
  dwc:decimalLongitude "2.908652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  geo-pos:lat "51.239943"^^xsd:decimal ;
  geo-pos:long "2.908652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3553'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908652'^^xsd:double;
  dwc:latitude '51.239943'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3553'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239943"^^xsd:decimal ;
  dwc:decimalLongitude "2.908652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  geo-pos:lat "51.239943"^^xsd:decimal ;
  geo-pos:long "2.908652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3554'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908652'^^xsd:double;
  dwc:latitude '51.239943'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3554'^^xsd:anyURI;
  dwc:observationDate '2008-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239943"^^xsd:decimal ;
  dwc:decimalLongitude "2.908652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  geo-pos:lat "51.239943"^^xsd:decimal ;
  geo-pos:long "2.908652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3555'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908652'^^xsd:double;
  dwc:latitude '51.239943'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3555'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239943"^^xsd:decimal ;
  dwc:decimalLongitude "2.908652"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239943 2.908652)"^^geo:wktLiteral ;
  geo-pos:lat "51.239943"^^xsd:decimal ;
  geo-pos:long "2.908652"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3556'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.908652'^^xsd:double;
  dwc:latitude '51.239943'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3556'^^xsd:anyURI;
  dwc:observationDate '2009-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262249"^^xsd:decimal ;
  dwc:decimalLongitude "2.968215"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262249 2.968215)"^^geo:wktLiteral ;
  geo-pos:lat "51.262249"^^xsd:decimal ;
  geo-pos:long "2.968215"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3560'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.968215'^^xsd:double;
  dwc:latitude '51.262249'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3560'^^xsd:anyURI;
  dwc:observationDate '2009-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3567'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3567'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278523 4.225311)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278523"^^xsd:decimal ;
  dwc:decimalLongitude "4.225311"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278523 4.225311)"^^geo:wktLiteral ;
  geo-pos:lat "51.278523"^^xsd:decimal ;
  geo-pos:long "4.225311"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3568'^^xsd:anyURI;
  dwc:scientificName 'Stenella coeruleoalba (Meyen 1833)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.225311'^^xsd:double;
  dwc:latitude '51.278523'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137107'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3568'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137107'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3571'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3571'^^xsd:anyURI;
  dwc:observationDate '2009-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_228'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3572'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3572'^^xsd:anyURI;
  dwc:observationDate '2009-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_229'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3573'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3573'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_227'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3574'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3574'^^xsd:anyURI;
  dwc:observationDate '2009-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_226'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3576'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3576'^^xsd:anyURI;
  dwc:observationDate '2009-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_230'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3578'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3578'^^xsd:anyURI;
  dwc:observationDate '2009-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3579'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3579'^^xsd:anyURI;
  dwc:observationDate '2009-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_231'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3583'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3583'^^xsd:anyURI;
  dwc:observationDate '2009-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3584'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3584'^^xsd:anyURI;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3585'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3585'^^xsd:anyURI;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3586'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3586'^^xsd:anyURI;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_232'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.130217 4.617198)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.130217"^^xsd:decimal ;
  dwc:decimalLongitude "4.617198"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.130217 4.617198)"^^geo:wktLiteral ;
  geo-pos:lat "51.130217"^^xsd:decimal ;
  geo-pos:long "4.617198"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3587'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.617198'^^xsd:double;
  dwc:latitude '51.130217'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3587'^^xsd:anyURI;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3590'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3590'^^xsd:anyURI;
  dwc:observationDate '2009-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3594'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3594'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_233'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3597'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3597'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3598'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3598'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_234'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3599'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3599'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3600'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3600'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3602'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3602'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_236'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3603'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3603'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3604'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3604'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_237'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3605'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3605'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3608'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3608'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_235'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3610'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3610'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_239'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.251833 2.753167)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.251833"^^xsd:decimal ;
  dwc:decimalLongitude "2.753167"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.251833 2.753167)"^^geo:wktLiteral ;
  geo-pos:lat "51.251833"^^xsd:decimal ;
  geo-pos:long "2.753167"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3612'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.753167'^^xsd:double;
  dwc:latitude '51.251833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3612'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_238'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3617'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3617'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_243'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3618'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3618'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_240'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3619'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3619'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_241'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3620'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3620'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_242'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3621'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3621'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3622'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3622'^^xsd:anyURI;
  dwc:observationDate '2009-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3624'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3624'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_244'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.513 2.9685)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.513"^^xsd:decimal ;
  dwc:decimalLongitude "2.9685"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.513 2.9685)"^^geo:wktLiteral ;
  geo-pos:lat "51.513"^^xsd:decimal ;
  geo-pos:long "2.9685"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3626'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9685'^^xsd:double;
  dwc:latitude '51.513'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3626'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.444367 3.051633)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.444367"^^xsd:decimal ;
  dwc:decimalLongitude "3.051633"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.444367 3.051633)"^^geo:wktLiteral ;
  geo-pos:lat "51.444367"^^xsd:decimal ;
  geo-pos:long "3.051633"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3627'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.051633'^^xsd:double;
  dwc:latitude '51.444367'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3627'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.462067 3.028333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.462067"^^xsd:decimal ;
  dwc:decimalLongitude "3.028333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.462067 3.028333)"^^geo:wktLiteral ;
  geo-pos:lat "51.462067"^^xsd:decimal ;
  geo-pos:long "3.028333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3628'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028333'^^xsd:double;
  dwc:latitude '51.462067'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3628'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257217 2.883717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.257217"^^xsd:decimal ;
  dwc:decimalLongitude "2.883717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257217 2.883717)"^^geo:wktLiteral ;
  geo-pos:lat "51.257217"^^xsd:decimal ;
  geo-pos:long "2.883717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3629'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.883717'^^xsd:double;
  dwc:latitude '51.257217'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3629'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3630'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3630'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_245'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3631'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3631'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_246'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3632'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3632'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3633'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3633'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_247'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3634'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3634'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_248'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3635'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3635'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_249'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3639'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3639'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_251'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3640'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3640'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_250'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224793"^^xsd:decimal ;
  dwc:decimalLongitude "4.395662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224793 4.395662)"^^geo:wktLiteral ;
  geo-pos:lat "51.224793"^^xsd:decimal ;
  geo-pos:long "4.395662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3642'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera physalus (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.395662'^^xsd:double;
  dwc:latitude '51.224793'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3642'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3643'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3643'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_252'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3645'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3645'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.423333 3.145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.423333"^^xsd:decimal ;
  dwc:decimalLongitude "3.145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.423333 3.145)"^^geo:wktLiteral ;
  geo-pos:lat "51.423333"^^xsd:decimal ;
  geo-pos:long "3.145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3646'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145'^^xsd:double;
  dwc:latitude '51.423333'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3646'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3647'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3647'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_253'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3652'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3652'^^xsd:anyURI;
  dwc:observationDate '2007-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3654'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3654'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_254'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3655'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3655'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_256'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3656'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3656'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3658'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3658'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3659'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3659'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3660'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3660'^^xsd:anyURI;
  dwc:observationDate '2009-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3661'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3661'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3662'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3662'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3663'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3663'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_255'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3664'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3664'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3665'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3665'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3675'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3675'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3676'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3676'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.716667 1.733333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.716667"^^xsd:decimal ;
  dwc:decimalLongitude "1.733333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.716667 1.733333)"^^geo:wktLiteral ;
  geo-pos:lat "51.716667"^^xsd:decimal ;
  geo-pos:long "1.733333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3677'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera physalus (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2008'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '1.733333'^^xsd:double;
  dwc:latitude '51.716667'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3677'^^xsd:anyURI;
  dwc:observationDate '2008-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3678'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3678'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3684'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3684'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_257'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3685>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3685> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3685> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3685>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3685>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3685" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3685'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3685'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_258'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3686>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3686> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3686> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3686>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3686>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3686" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3686'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3686'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_259'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3688>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3688> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3688> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3688>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3688>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3688" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3688'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3688'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3689'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3689'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3690'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3690'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3691'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3691'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3693'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3693'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3694'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3694'^^xsd:anyURI;
  dwc:observationDate '2009-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2009_260'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3695'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3695'^^xsd:anyURI;
  dwc:observationDate '2009-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3700'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3700'^^xsd:anyURI;
  dwc:observationDate '2009-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3701'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Caught inland'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3701'^^xsd:anyURI;
  dwc:observationDate '2009-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3703'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3703'^^xsd:anyURI;
  dwc:observationDate '2009-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3706'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3706'^^xsd:anyURI;
  dwc:observationDate '2009-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3707'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3707'^^xsd:anyURI;
  dwc:observationDate '2009-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3708'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3708'^^xsd:anyURI;
  dwc:observationDate '2009-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.224631"^^xsd:decimal ;
  dwc:decimalLongitude "2.892546"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.224631 2.892546)"^^geo:wktLiteral ;
  geo-pos:lat "51.224631"^^xsd:decimal ;
  geo-pos:long "2.892546"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3709'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.892546'^^xsd:double;
  dwc:latitude '51.224631'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3709'^^xsd:anyURI;
  dwc:observationDate '2009-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3710'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3710'^^xsd:anyURI;
  dwc:observationDate '2009-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3712'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3712'^^xsd:anyURI;
  dwc:observationDate '2009-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3716'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3716'^^xsd:anyURI;
  dwc:observationDate '2009-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3804'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3804'^^xsd:anyURI;
  dwc:observationDate '1998-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3805'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3805'^^xsd:anyURI;
  dwc:observationDate '1998-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3806'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3806'^^xsd:anyURI;
  dwc:observationDate '1998-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3808'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1998'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3808'^^xsd:anyURI;
  dwc:observationDate '1998-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3809'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '1999'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3809'^^xsd:anyURI;
  dwc:observationDate '1999-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3810'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3810'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3811'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2000'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3811'^^xsd:anyURI;
  dwc:observationDate '2000-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3812'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3812'^^xsd:anyURI;
  dwc:observationDate '2002-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3814'^^xsd:anyURI;
  dwc:scientificName 'Cystophora cristata (Erxleben 1777)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137078'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3814'^^xsd:anyURI;
  dwc:observationDate '2003-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3815'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3815'^^xsd:anyURI;
  dwc:observationDate '2004-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3816'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3816'^^xsd:anyURI;
  dwc:observationDate '2004-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.998689 3.766035)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.998689"^^xsd:decimal ;
  dwc:decimalLongitude "3.766035"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.998689 3.766035)"^^geo:wktLiteral ;
  geo-pos:lat "50.998689"^^xsd:decimal ;
  geo-pos:long "3.766035"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3817'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.766035'^^xsd:double;
  dwc:latitude '50.998689'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3817'^^xsd:anyURI;
  dwc:observationDate '2005-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3818'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3818'^^xsd:anyURI;
  dwc:observationDate '2006-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3821'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2009'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3821'^^xsd:anyURI;
  dwc:observationDate '2009-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3825'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3825'^^xsd:anyURI;
  dwc:observationDate '2002-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3826'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2005'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3826'^^xsd:anyURI;
  dwc:observationDate '2005-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3827'^^xsd:anyURI;
  dwc:scientificName 'Cystophora cristata (Erxleben 1777)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2004'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137078'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3827'^^xsd:anyURI;
  dwc:observationDate '2004-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137078'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.577609 5.578671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.577609"^^xsd:decimal ;
  dwc:decimalLongitude "5.578671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.577609 5.578671)"^^geo:wktLiteral ;
  geo-pos:lat "50.577609"^^xsd:decimal ;
  geo-pos:long "5.578671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3828'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '5.578671'^^xsd:double;
  dwc:latitude '50.577609'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3828'^^xsd:anyURI;
  dwc:observationDate '2002-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3829'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3829'^^xsd:anyURI;
  dwc:observationDate '2007-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3830'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2007'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3830'^^xsd:anyURI;
  dwc:observationDate '2007-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3831'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2003'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3831'^^xsd:anyURI;
  dwc:observationDate '2003-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3832'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2002'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3832'^^xsd:anyURI;
  dwc:observationDate '2002-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3834'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3834'^^xsd:anyURI;
  dwc:observationDate '2006-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3835'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2001'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3835'^^xsd:anyURI;
  dwc:observationDate '2001-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3837'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3837'^^xsd:anyURI;
  dwc:observationDate '2006-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3838'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3838'^^xsd:anyURI;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3841'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3841'^^xsd:anyURI;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3842'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3842'^^xsd:anyURI;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3843'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3843'^^xsd:anyURI;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_593'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3844'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3844'^^xsd:anyURI;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_594'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266678"^^xsd:decimal ;
  dwc:decimalLongitude "2.999924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  geo-pos:lat "51.266678"^^xsd:decimal ;
  geo-pos:long "2.999924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3845'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.999924'^^xsd:double;
  dwc:latitude '51.266678'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3845'^^xsd:anyURI;
  dwc:observationDate '2015-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3846'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3846'^^xsd:anyURI;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_595'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3847'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3847'^^xsd:anyURI;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_596'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3848'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3848'^^xsd:anyURI;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3852'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3852'^^xsd:anyURI;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3853'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3853'^^xsd:anyURI;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_597'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.362269"^^xsd:decimal ;
  dwc:decimalLongitude "4.242899"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362269 4.242899)"^^geo:wktLiteral ;
  geo-pos:lat "51.362269"^^xsd:decimal ;
  geo-pos:long "4.242899"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3854'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.242899'^^xsd:double;
  dwc:latitude '51.362269'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3854'^^xsd:anyURI;
  dwc:observationDate '2015-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122058 2.630882)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122058"^^xsd:decimal ;
  dwc:decimalLongitude "2.630882"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122058 2.630882)"^^geo:wktLiteral ;
  geo-pos:lat "51.122058"^^xsd:decimal ;
  geo-pos:long "2.630882"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3858'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.630882'^^xsd:double;
  dwc:latitude '51.122058'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3858'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_606'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266678"^^xsd:decimal ;
  dwc:decimalLongitude "2.999924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  geo-pos:lat "51.266678"^^xsd:decimal ;
  geo-pos:long "2.999924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3859'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.999924'^^xsd:double;
  dwc:latitude '51.266678'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3859'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_598'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121627 2.636375)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.121627"^^xsd:decimal ;
  dwc:decimalLongitude "2.636375"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121627 2.636375)"^^geo:wktLiteral ;
  geo-pos:lat "51.121627"^^xsd:decimal ;
  geo-pos:long "2.636375"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3860'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.636375'^^xsd:double;
  dwc:latitude '51.121627'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3860'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_607'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3861'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3861'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266678"^^xsd:decimal ;
  dwc:decimalLongitude "2.999924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  geo-pos:lat "51.266678"^^xsd:decimal ;
  geo-pos:long "2.999924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3862'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.999924'^^xsd:double;
  dwc:latitude '51.266678'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3862'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257994 4.301646)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.257994"^^xsd:decimal ;
  dwc:decimalLongitude "4.301646"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.257994 4.301646)"^^geo:wktLiteral ;
  geo-pos:lat "51.257994"^^xsd:decimal ;
  geo-pos:long "4.301646"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3863'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.301646'^^xsd:double;
  dwc:latitude '51.257994'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3863'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3864'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3864'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3865'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3865'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3866'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3866'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3867'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3867'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_600'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3868'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3868'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_603'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3870'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3870'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_602'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3871'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3871'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_601'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3872'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3872'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_605'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.426667"^^xsd:decimal ;
  dwc:decimalLongitude "2.483333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.426667 2.483333)"^^geo:wktLiteral ;
  geo-pos:lat "51.426667"^^xsd:decimal ;
  geo-pos:long "2.483333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3873'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.483333'^^xsd:double;
  dwc:latitude '51.426667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3873'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3874'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3874'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_608'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3876'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3876'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3877'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3877'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3878'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3878'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3879'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3879'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3880'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3880'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3881'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3881'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3898'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3898'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3899'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3899'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_609'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3900'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3900'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_610'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3901'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3901'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3903'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3903'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3904'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3904'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3905'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3905'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3906'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3906'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3907'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3907'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_611'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.149417 2.713451)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.149417"^^xsd:decimal ;
  dwc:decimalLongitude "2.713451"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.149417 2.713451)"^^geo:wktLiteral ;
  geo-pos:lat "51.149417"^^xsd:decimal ;
  geo-pos:long "2.713451"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3908'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.713451'^^xsd:double;
  dwc:latitude '51.149417'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3908'^^xsd:anyURI;
  dwc:observationDate '2015-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_612'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3909'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3909'^^xsd:anyURI;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3910'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3910'^^xsd:anyURI;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3911>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3911> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3911> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3911>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3911>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3911" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3911'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3911'^^xsd:anyURI;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_613'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3912'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3912'^^xsd:anyURI;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3913'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3913'^^xsd:anyURI;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3914'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3914'^^xsd:anyURI;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_617'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3915'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3915'^^xsd:anyURI;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_618'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3916'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3916'^^xsd:anyURI;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3917'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3917'^^xsd:anyURI;
  dwc:observationDate '2015-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_614'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.808333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "2.808333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.808333)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "2.808333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3918'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.808333'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3918'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3919'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3919'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3920'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3920'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3921'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3921'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3922'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3922'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_615'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3923'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3923'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3924'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3924'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_616'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3925'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3925'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3926'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3926'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3927'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3927'^^xsd:anyURI;
  dwc:observationDate '2015-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3928'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3928'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3929'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3929'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3930'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3930'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3931'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3931'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3932'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3932'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3936'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3936'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3937'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3937'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_619'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3938'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3938'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3939'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3939'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3940'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3940'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3941'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3941'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3942'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3942'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2186 2.960815)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2186"^^xsd:decimal ;
  dwc:decimalLongitude "2.960815"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2186 2.960815)"^^geo:wktLiteral ;
  geo-pos:lat "51.2186"^^xsd:decimal ;
  geo-pos:long "2.960815"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3943'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.960815'^^xsd:double;
  dwc:latitude '51.2186'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3943'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_620'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3944'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3944'^^xsd:anyURI;
  dwc:observationDate '2015-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3945'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3945'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_622'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3946'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3946'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_621'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3947'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3947'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3948>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3948> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3948> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3948>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3948>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3948" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3948'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3948'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3949'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3949'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3950'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3950'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3951'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3951'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3952'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3952'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.170706 2.638779)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.170706"^^xsd:decimal ;
  dwc:decimalLongitude "2.638779"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.170706 2.638779)"^^geo:wktLiteral ;
  geo-pos:lat "51.170706"^^xsd:decimal ;
  geo-pos:long "2.638779"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3953'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.638779'^^xsd:double;
  dwc:latitude '51.170706'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3953'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3954'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3954'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3955'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3955'^^xsd:anyURI;
  dwc:observationDate '2015-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3956'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3956'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3957'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3957'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_623'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3958'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3958'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3959'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3959'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3960'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3960'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_624'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3961'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3961'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3962'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3962'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_625'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3963'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3963'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_626'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3978'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3978'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3979'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3979'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3980'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3980'^^xsd:anyURI;
  dwc:observationDate '2015-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134651 2.639516)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.134651"^^xsd:decimal ;
  dwc:decimalLongitude "2.639516"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134651 2.639516)"^^geo:wktLiteral ;
  geo-pos:lat "51.134651"^^xsd:decimal ;
  geo-pos:long "2.639516"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3984'^^xsd:anyURI;
  dwc:scientificName 'Cetacea sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.639516'^^xsd:double;
  dwc:latitude '51.134651'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3984'^^xsd:anyURI;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.094615 3.75123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.094615"^^xsd:decimal ;
  dwc:decimalLongitude "3.75123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.094615 3.75123)"^^geo:wktLiteral ;
  geo-pos:lat "51.094615"^^xsd:decimal ;
  geo-pos:long "3.75123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3986'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera physalus (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.75123'^^xsd:double;
  dwc:latitude '51.094615'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137091'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3986'^^xsd:anyURI;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137091'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3987'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3987'^^xsd:anyURI;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3988'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3988'^^xsd:anyURI;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_627'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3989'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3989'^^xsd:anyURI;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3990'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3990'^^xsd:anyURI;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_628'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3991'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3991'^^xsd:anyURI;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3996'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3996'^^xsd:anyURI;
  dwc:observationDate '2015-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310395"^^xsd:decimal ;
  dwc:decimalLongitude "3.118302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  geo-pos:lat "51.310395"^^xsd:decimal ;
  geo-pos:long "3.118302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3998'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.118302'^^xsd:double;
  dwc:latitude '51.310395'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3998'^^xsd:anyURI;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F3999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/3999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/3999'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/3999'^^xsd:anyURI;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_635'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4000'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4000'^^xsd:anyURI;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4002'^^xsd:anyURI;
  dwc:scientificName 'Cetacea sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4002'^^xsd:anyURI;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4003'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4003'^^xsd:anyURI;
  dwc:observationDate '2015-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_599'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4004'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4004'^^xsd:anyURI;
  dwc:observationDate '2015-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_604'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.808333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3"^^xsd:decimal ;
  dwc:decimalLongitude "2.808333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3 2.808333)"^^geo:wktLiteral ;
  geo-pos:lat "51.3"^^xsd:decimal ;
  geo-pos:long "2.808333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4020'^^xsd:anyURI;
  dwc:scientificName 'Megaptera novaeangliae (Borowski 1781)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.808333'^^xsd:double;
  dwc:latitude '51.3'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4020'^^xsd:anyURI;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.194557 2.828121)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.194557"^^xsd:decimal ;
  dwc:decimalLongitude "2.828121"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.194557 2.828121)"^^geo:wktLiteral ;
  geo-pos:lat "51.194557"^^xsd:decimal ;
  geo-pos:long "2.828121"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4021'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.828121'^^xsd:double;
  dwc:latitude '51.194557'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4021'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_629'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4023'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4023'^^xsd:anyURI;
  dwc:observationDate '2016-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4038'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4038'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4039'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4039'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F4040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/4040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/4040'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/4040'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5541'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5541'^^xsd:anyURI;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.22172 4.39393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.22172"^^xsd:decimal ;
  dwc:decimalLongitude "4.39393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.22172 4.39393)"^^geo:wktLiteral ;
  geo-pos:lat "51.22172"^^xsd:decimal ;
  geo-pos:long "4.39393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5556'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.39393'^^xsd:double;
  dwc:latitude '51.22172'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5556'^^xsd:anyURI;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5557'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5557'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5558'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5558'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.547983333333 2.9295166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.547983333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.9295166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.547983333333 2.9295166666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.547983333333"^^xsd:decimal ;
  geo-pos:long "2.9295166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5559'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9295166666667'^^xsd:double;
  dwc:latitude '51.547983333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5559'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5560'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5560'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_280'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5561'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5561'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_279'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5562'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5562'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_277'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5563'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5563'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_276'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5564'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5564'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_278'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5566'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5566'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5567'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5567'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5568'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5568'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5569'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5569'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_270'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5570'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5570'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_269'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5571'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5571'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5572'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5572'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5573'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5573'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5574'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5574'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_281'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5575'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5575'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5576'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5576'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_282'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5577'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5577'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5579'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5579'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12415"^^xsd:decimal ;
  dwc:decimalLongitude "4.30976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  geo-pos:lat "51.12415"^^xsd:decimal ;
  geo-pos:long "4.30976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5580'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.30976'^^xsd:double;
  dwc:latitude '51.12415'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5580'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5581'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5581'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333333333 2.0333333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.183333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.0333333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.183333333333 2.0333333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.183333333333"^^xsd:decimal ;
  geo-pos:long "2.0333333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5582'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.0333333333333'^^xsd:double;
  dwc:latitude '51.183333333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5582'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5583'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5583'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_275'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354666666667 3.2083333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354666666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.2083333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354666666667 3.2083333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.354666666667"^^xsd:decimal ;
  geo-pos:long "3.2083333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5584'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.2083333333333'^^xsd:double;
  dwc:latitude '51.354666666667'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5584'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5585'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5585'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5586'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5586'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_283'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5587'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5587'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5588'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5588'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5589'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5589'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_284'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5590'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5590'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_285'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5591'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5591'^^xsd:anyURI;
  dwc:observationDate '2010-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5592'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5592'^^xsd:anyURI;
  dwc:observationDate '2010-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_287'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5593'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5593'^^xsd:anyURI;
  dwc:observationDate '2010-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_286'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5594'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5594'^^xsd:anyURI;
  dwc:observationDate '2010-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_288'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.158333333333 2.485)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.158333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.485"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.158333333333 2.485)"^^geo:wktLiteral ;
  geo-pos:lat "51.158333333333"^^xsd:decimal ;
  geo-pos:long "2.485"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5595'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.485'^^xsd:double;
  dwc:latitude '51.158333333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5595'^^xsd:anyURI;
  dwc:observationDate '2010-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5596'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5596'^^xsd:anyURI;
  dwc:observationDate '2010-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5597'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5597'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5598'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5598'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5599'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5599'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5601'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5601'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5602'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5602'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5603'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5603'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5604'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5604'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5605'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5605'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5606'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5606'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_289'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5607'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5607'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_290'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5608'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5608'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_291'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5609'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5609'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5610'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5610'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2985 2.981)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2985"^^xsd:decimal ;
  dwc:decimalLongitude "2.981"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2985 2.981)"^^geo:wktLiteral ;
  geo-pos:lat "51.2985"^^xsd:decimal ;
  geo-pos:long "2.981"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5612'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.981'^^xsd:double;
  dwc:latitude '51.2985'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5612'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_292'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.291833333333 2.9795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.291833333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.9795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.291833333333 2.9795)"^^geo:wktLiteral ;
  geo-pos:lat "51.291833333333"^^xsd:decimal ;
  geo-pos:long "2.9795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5613'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9795'^^xsd:double;
  dwc:latitude '51.291833333333'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5613'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5614'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5614'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_294'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112292"^^xsd:decimal ;
  dwc:decimalLongitude "2.609281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  geo-pos:lat "51.112292"^^xsd:decimal ;
  geo-pos:long "2.609281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5615'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.609281'^^xsd:double;
  dwc:latitude '51.112292'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5615'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_293'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5616'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5616'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5617'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5617'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_295'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5624'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5624'^^xsd:anyURI;
  dwc:observationDate '2010-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5625'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5625'^^xsd:anyURI;
  dwc:observationDate '2010-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5628'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5628'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5630'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5630'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5631'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5631'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5632'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5632'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5634'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5634'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_296'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5635'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5635'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5636'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5636'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5637'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5637'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5638'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5638'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5639'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5639'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.544965 2.934136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.544965"^^xsd:decimal ;
  dwc:decimalLongitude "2.934136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.544965 2.934136)"^^geo:wktLiteral ;
  geo-pos:lat "51.544965"^^xsd:decimal ;
  geo-pos:long "2.934136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5640'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.934136'^^xsd:double;
  dwc:latitude '51.544965'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5640'^^xsd:anyURI;
  dwc:observationDate '2010-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5641'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5641'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5642'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5642'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_298'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5643'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5643'^^xsd:anyURI;
  dwc:observationDate '2010-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_297'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.560666666667 2.452)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.560666666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.452"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.560666666667 2.452)"^^geo:wktLiteral ;
  geo-pos:lat "51.560666666667"^^xsd:decimal ;
  geo-pos:long "2.452"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5645'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.452'^^xsd:double;
  dwc:latitude '51.560666666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5645'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5646'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5646'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5649'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5649'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_300'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5650>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5650> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5650> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5650>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5650>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5650" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5650'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5650'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5655'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5655'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5658'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5658'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5659'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5659'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5660'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5660'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.145928 2.737145)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.145928"^^xsd:decimal ;
  dwc:decimalLongitude "2.737145"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.145928 2.737145)"^^geo:wktLiteral ;
  geo-pos:lat "51.145928"^^xsd:decimal ;
  geo-pos:long "2.737145"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5661'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.737145'^^xsd:double;
  dwc:latitude '51.145928'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5661'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5662'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5662'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5663'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5663'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5664'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5664'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.461 2.604)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.461"^^xsd:decimal ;
  dwc:decimalLongitude "2.604"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.461 2.604)"^^geo:wktLiteral ;
  geo-pos:lat "51.461"^^xsd:decimal ;
  geo-pos:long "2.604"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5665'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.604'^^xsd:double;
  dwc:latitude '51.461'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5665'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5666'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5666'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5667'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5667'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5668'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5668'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5674'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5674'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5675'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5675'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5676'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5676'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5677'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5677'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5678'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5678'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5679'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5679'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_301'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5680'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5680'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5681'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5681'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5683'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5683'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5684'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5684'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5689'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5689'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5690'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5690'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5691'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5691'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5695'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5695'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5696'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5696'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5697'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5697'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5699'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5699'^^xsd:anyURI;
  dwc:observationDate '2010-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_302'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5700'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5700'^^xsd:anyURI;
  dwc:observationDate '2010-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_303'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5701'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5701'^^xsd:anyURI;
  dwc:observationDate '2010-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5703'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5703'^^xsd:anyURI;
  dwc:observationDate '2010-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5704'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5704'^^xsd:anyURI;
  dwc:observationDate '2010-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_304'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5706'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5706'^^xsd:anyURI;
  dwc:observationDate '2010-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_305'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5707'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5707'^^xsd:anyURI;
  dwc:observationDate '2010-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5708'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5708'^^xsd:anyURI;
  dwc:observationDate '2010-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5709'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5709'^^xsd:anyURI;
  dwc:observationDate '2010-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5710'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5710'^^xsd:anyURI;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5711'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5711'^^xsd:anyURI;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5713'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5713'^^xsd:anyURI;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5715'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5715'^^xsd:anyURI;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_306'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.681816666667 2.75745)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.681816666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.75745"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.681816666667 2.75745)"^^geo:wktLiteral ;
  geo-pos:lat "51.681816666667"^^xsd:decimal ;
  geo-pos:long "2.75745"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5717'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.75745'^^xsd:double;
  dwc:latitude '51.681816666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5717'^^xsd:anyURI;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.73275 2.7482333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.73275"^^xsd:decimal ;
  dwc:decimalLongitude "2.7482333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.73275 2.7482333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.73275"^^xsd:decimal ;
  geo-pos:long "2.7482333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5718'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.7482333333333'^^xsd:double;
  dwc:latitude '51.73275'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5718'^^xsd:anyURI;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5719'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5719'^^xsd:anyURI;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5720'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5720'^^xsd:anyURI;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_307'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5723'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5723'^^xsd:anyURI;
  dwc:observationDate '2011-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_308'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5724'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5724'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5725'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5725'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5726'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5726'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_309'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5727'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5727'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5728'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5728'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5729'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5729'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_311'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5732'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5732'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5733'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5733'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12372 4.290032)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12372"^^xsd:decimal ;
  dwc:decimalLongitude "4.290032"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12372 4.290032)"^^geo:wktLiteral ;
  geo-pos:lat "51.12372"^^xsd:decimal ;
  geo-pos:long "4.290032"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5734'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.290032'^^xsd:double;
  dwc:latitude '51.12372'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5734'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5739'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5739'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12415"^^xsd:decimal ;
  dwc:decimalLongitude "4.30976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  geo-pos:lat "51.12415"^^xsd:decimal ;
  geo-pos:long "4.30976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5740'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.30976'^^xsd:double;
  dwc:latitude '51.12415'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5740'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5741'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5741'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5742'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5742'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5743'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5743'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5744'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5744'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5745>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5745> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5745> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5745>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5745>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5745" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5745'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5745'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5746'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5746'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5747'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5747'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5748'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5748'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5749'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5749'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_310'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5750'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5750'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5752'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5752'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5753'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5753'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.119597 4.20894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.119597"^^xsd:decimal ;
  dwc:decimalLongitude "4.20894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.119597 4.20894)"^^geo:wktLiteral ;
  geo-pos:lat "51.119597"^^xsd:decimal ;
  geo-pos:long "4.20894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5754'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.20894'^^xsd:double;
  dwc:latitude '51.119597'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5754'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5755'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5755'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_312'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5756'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5756'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_313'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121708 4.213462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.121708"^^xsd:decimal ;
  dwc:decimalLongitude "4.213462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121708 4.213462)"^^geo:wktLiteral ;
  geo-pos:lat "51.121708"^^xsd:decimal ;
  geo-pos:long "4.213462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5757'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.213462'^^xsd:double;
  dwc:latitude '51.121708'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5757'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121708 4.213462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.121708"^^xsd:decimal ;
  dwc:decimalLongitude "4.213462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121708 4.213462)"^^geo:wktLiteral ;
  geo-pos:lat "51.121708"^^xsd:decimal ;
  geo-pos:long "4.213462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5758'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.213462'^^xsd:double;
  dwc:latitude '51.121708'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5758'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121708 4.213462)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.121708"^^xsd:decimal ;
  dwc:decimalLongitude "4.213462"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121708 4.213462)"^^geo:wktLiteral ;
  geo-pos:lat "51.121708"^^xsd:decimal ;
  geo-pos:long "4.213462"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5759'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.213462'^^xsd:double;
  dwc:latitude '51.121708'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5759'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5760'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5760'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5761'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5761'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_314'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5762'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5762'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_315'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5763'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5763'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5764'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5764'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_316'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5765'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5765'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_317'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5766'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5766'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_318'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5768'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5768'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5769'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5769'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5770'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5770'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5777'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5777'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5779'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5779'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5782'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5782'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_319'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5788'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5788'^^xsd:anyURI;
  dwc:observationDate '2010-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5789>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5789> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5789> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5789>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5789>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5789" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5789'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5789'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5790'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5790'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5791'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5791'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_321'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5792'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5792'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_322'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5794'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5794'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_323'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5795'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5795'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_324'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5796'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5796'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5797'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5797'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_325'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5798'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5798'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5799'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5799'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5800'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5800'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_327'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5801'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5801'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5803'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5803'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_328'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5804'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5804'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_329'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5805'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5805'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5806'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5806'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5807>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5807> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5807> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5807>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5807>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5807" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5807'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5807'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_330'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5808'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5808'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5809'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5809'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5810'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5810'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5811'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5811'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5812'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5812'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_331'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5813'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5813'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_332'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5814'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5814'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5815'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5815'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5816'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5816'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5817'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5817'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_333'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5818'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5818'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5819'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5819'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_334'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5820'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5820'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_335'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5821'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5821'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_336'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5822'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5822'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5823'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5823'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5824>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5824> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5824> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5824>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5824>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5824" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5824'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5824'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5825'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5825'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_337'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5826>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5826> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5826> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5826>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5826>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5826" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5826'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5826'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5827'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5827'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_338'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5828>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5828> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5828> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5828>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5828>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5828" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5828'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5828'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_339'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5829'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5829'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_340'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5830>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5830> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5830> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5830>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5830>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5830" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5830'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5830'^^xsd:anyURI;
  dwc:observationDate '2011-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5831>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5831> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5831> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5831>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5831>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5831" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5831'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5831'^^xsd:anyURI;
  dwc:observationDate '2011-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_341'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5832>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5832> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5832> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5832>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5832>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5832" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5832'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5832'^^xsd:anyURI;
  dwc:observationDate '2011-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5833>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5833> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5833> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5833>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5833>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5833" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5833'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5833'^^xsd:anyURI;
  dwc:observationDate '2011-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5835'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5835'^^xsd:anyURI;
  dwc:observationDate '2011-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5836'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5836'^^xsd:anyURI;
  dwc:observationDate '2011-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5837'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5837'^^xsd:anyURI;
  dwc:observationDate '2011-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_342'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5838'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5838'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_343'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.82 2.6643333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.82"^^xsd:decimal ;
  dwc:decimalLongitude "2.6643333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.82 2.6643333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.82"^^xsd:decimal ;
  geo-pos:long "2.6643333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5840'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6643333333333'^^xsd:double;
  dwc:latitude '51.82'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5840'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.327216666667 2.5026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.327216666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.5026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.327216666667 2.5026)"^^geo:wktLiteral ;
  geo-pos:lat "51.327216666667"^^xsd:decimal ;
  geo-pos:long "2.5026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5841'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5026'^^xsd:double;
  dwc:latitude '51.327216666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5841'^^xsd:anyURI;
  dwc:observationDate '2011-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5843'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5843'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5844'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5844'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5845'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5845'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5846'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5846'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_345'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5847'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5847'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5848'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5848'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5849'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5849'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_346'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5850'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5850'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_347'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5851'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5851'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_348'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5852'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5852'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_349'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5853'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5853'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_350'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5854'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5854'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_354'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5855'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5855'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_351'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5856'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5856'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_352'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5857'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5857'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_353'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5858'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5858'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5859'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5859'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5862'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5862'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5863'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5863'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.570166666667 2.4143333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.570166666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.4143333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.570166666667 2.4143333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.570166666667"^^xsd:decimal ;
  geo-pos:long "2.4143333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5868'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.4143333333333'^^xsd:double;
  dwc:latitude '51.570166666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5868'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.607333333333 2.4166666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.607333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.4166666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.607333333333 2.4166666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.607333333333"^^xsd:decimal ;
  geo-pos:long "2.4166666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5869'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.4166666666667'^^xsd:double;
  dwc:latitude '51.607333333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5869'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.635 2.495)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.635"^^xsd:decimal ;
  dwc:decimalLongitude "2.495"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.635 2.495)"^^geo:wktLiteral ;
  geo-pos:lat "51.635"^^xsd:decimal ;
  geo-pos:long "2.495"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5870'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.495'^^xsd:double;
  dwc:latitude '51.635'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5870'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5185 3.147)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.5185"^^xsd:decimal ;
  dwc:decimalLongitude "3.147"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.5185 3.147)"^^geo:wktLiteral ;
  geo-pos:lat "51.5185"^^xsd:decimal ;
  geo-pos:long "3.147"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5871'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.147'^^xsd:double;
  dwc:latitude '51.5185'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5871'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5872'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5872'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5873'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5873'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5874>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5874> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5874> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5874>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5874>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5874" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5874'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5874'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_356'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5875'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5875'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_355'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5876'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5876'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_357'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5877'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5877'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_358'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5878>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5878> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5878> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5878>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5878>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5878" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5878'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5878'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_344'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5879>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5879> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5879> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5879>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5879>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5879" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5879'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5879'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5880'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5880'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5881'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5881'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_359'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5882'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5882'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_360'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5883'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5883'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5884'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5884'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5885'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5885'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5886>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5886> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5886> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5886>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5886>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5886" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5886'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5886'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5887'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5887'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_361'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5888'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5888'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5889'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5889'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5890'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5890'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5891'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5891'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_363'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5892'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5892'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_362'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5893'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5893'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5894'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5894'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5895'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5895'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_364'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5896'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5896'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_365'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5898'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5898'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5899'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5899'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_367'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5900'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5900'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_368'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5901>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5901> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5901> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5901>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5901>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5901" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5901'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5901'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_369'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5902>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5902> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5902> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5902>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5902>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5902" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5902'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5902'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_370'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5903'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5903'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_371'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5904'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5904'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_373'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5905>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5905> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5905> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5905>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5905>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5905" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5905'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5905'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_372'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5906'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5906'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5907'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5907'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5908>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5908> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5908> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5908>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5908>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5908" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5908'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5908'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5909'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5909'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5917'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5917'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_376'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5918'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5918'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_375'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5919'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5919'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_378'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5920'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5920'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5921'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5921'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5922'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5922'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5923'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5923'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5924'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5924'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5926'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5926'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5927'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5927'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5929'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5929'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5931'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5931'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_379'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5932'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5932'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5933'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5933'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5934'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5934'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134833333333 2.6116666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.134833333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.6116666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134833333333 2.6116666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.134833333333"^^xsd:decimal ;
  geo-pos:long "2.6116666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5935'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6116666666667'^^xsd:double;
  dwc:latitude '51.134833333333'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5935'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5936'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5936'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_380'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5937'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5937'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_381'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5938'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5938'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5939>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5939> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5939> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5939>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5939>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5939" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5939'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5939'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.329966666667 2.8769666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.329966666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.8769666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.329966666667 2.8769666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.329966666667"^^xsd:decimal ;
  geo-pos:long "2.8769666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5940'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8769666666667'^^xsd:double;
  dwc:latitude '51.329966666667'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5940'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5941>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5941> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5941> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5941>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5941>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5941" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5941'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5941'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.221666666667 2.6155)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.221666666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.6155"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.221666666667 2.6155)"^^geo:wktLiteral ;
  geo-pos:lat "51.221666666667"^^xsd:decimal ;
  geo-pos:long "2.6155"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5942'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6155'^^xsd:double;
  dwc:latitude '51.221666666667'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5942'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5943>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5943> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5943> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5943>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5943>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5943" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5943'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5943'^^xsd:anyURI;
  dwc:observationDate '2011-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5944>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5944> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5944> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5944>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5944>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5944" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5944'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5944'^^xsd:anyURI;
  dwc:observationDate '2011-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_320'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5945>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5945> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5945> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5945>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5945>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5945" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5945'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5945'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5946'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5946'^^xsd:anyURI;
  dwc:observationDate '2011-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5949'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5949'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5950'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5950'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5951'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5951'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5952'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5952'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_374'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5953'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5953'^^xsd:anyURI;
  dwc:observationDate '2011-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5955'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5955'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5956'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5956'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5958'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5958'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.290583333333 2.88335)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.290583333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.88335"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.290583333333 2.88335)"^^geo:wktLiteral ;
  geo-pos:lat "51.290583333333"^^xsd:decimal ;
  geo-pos:long "2.88335"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5959'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88335'^^xsd:double;
  dwc:latitude '51.290583333333'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5959'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33 2.877)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.33"^^xsd:decimal ;
  dwc:decimalLongitude "2.877"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.33 2.877)"^^geo:wktLiteral ;
  geo-pos:lat "51.33"^^xsd:decimal ;
  geo-pos:long "2.877"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5960'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.877'^^xsd:double;
  dwc:latitude '51.33'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5960'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5961'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5961'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5962'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5962'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_382'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5963'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5963'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5964'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5964'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5966'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5966'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5967'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5967'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_383'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5968'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5968'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_384'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5969'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5969'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5973'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5973'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_385'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5974'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5974'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_386'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5975'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5975'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5976'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5976'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333333333 2.8666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.233333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.8666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.233333333333 2.8666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.233333333333"^^xsd:decimal ;
  geo-pos:long "2.8666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5978'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8666666666667'^^xsd:double;
  dwc:latitude '51.233333333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5978'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5979'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5979'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_387'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5980'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5980'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_388'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5981'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5981'^^xsd:anyURI;
  dwc:observationDate '2011-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_389'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5983'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5983'^^xsd:anyURI;
  dwc:observationDate '2011-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_390'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5984'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5984'^^xsd:anyURI;
  dwc:observationDate '2011-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5985'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5985'^^xsd:anyURI;
  dwc:observationDate '2011-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_391'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5986'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5986'^^xsd:anyURI;
  dwc:observationDate '2011-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310395"^^xsd:decimal ;
  dwc:decimalLongitude "3.118302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  geo-pos:lat "51.310395"^^xsd:decimal ;
  geo-pos:long "3.118302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5987'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.118302'^^xsd:double;
  dwc:latitude '51.310395'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5987'^^xsd:anyURI;
  dwc:observationDate '2011-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5988'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5988'^^xsd:anyURI;
  dwc:observationDate '2011-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_392'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5989'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5989'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_393'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5990'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5990'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_394'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5991'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5991'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5992'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5992'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5993>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5993> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5993> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5993>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5993>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5993" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5993'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5993'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_395'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5994>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5994> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5994> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5994>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5994>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5994" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5994'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5994'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_396'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5995'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5995'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5996'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5996'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_397'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5997'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5997'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_399'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5998'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5998'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F5999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/5999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/5999'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/5999'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6000'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6000'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_398'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6001'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6001'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_400'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6002'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6002'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2011_401'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6004'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6004'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6006'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6006'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6007'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6007'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6008'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6008'^^xsd:anyURI;
  dwc:observationDate '2011-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6009'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6009'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6010'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6010'^^xsd:anyURI;
  dwc:observationDate '2011-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6012'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6012'^^xsd:anyURI;
  dwc:observationDate '2011-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6015'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6015'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6017'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6017'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6020'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6020'^^xsd:anyURI;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.516666666667 0.21666666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.516666666667"^^xsd:decimal ;
  dwc:decimalLongitude "0.21666666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.516666666667 0.21666666666667)"^^geo:wktLiteral ;
  geo-pos:lat "50.516666666667"^^xsd:decimal ;
  geo-pos:long "0.21666666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6021'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '0.21666666666667'^^xsd:double;
  dwc:latitude '50.516666666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6021'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6022'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6022'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6023'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6023'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6025'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6025'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6026'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6026'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_271'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6029'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6029'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6030'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6030'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12415"^^xsd:decimal ;
  dwc:decimalLongitude "4.30976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  geo-pos:lat "51.12415"^^xsd:decimal ;
  geo-pos:long "4.30976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6032'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.30976'^^xsd:double;
  dwc:latitude '51.12415'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6032'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6033'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6033'^^xsd:anyURI;
  dwc:observationDate '2010-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6035'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6035'^^xsd:anyURI;
  dwc:observationDate '2010-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_268'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6036'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6036'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6037'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6037'^^xsd:anyURI;
  dwc:observationDate '2010-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_272'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6038'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6038'^^xsd:anyURI;
  dwc:observationDate '2010-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6039'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6039'^^xsd:anyURI;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_262'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6040>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6040> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6040> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6040>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6040>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6040" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6040'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6040'^^xsd:anyURI;
  dwc:observationDate '2010-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_263'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6041>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6041> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6041> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6041>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6041>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6041" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6041'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6041'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_264'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6042>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6042> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6042> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6042>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6042>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6042" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6042'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6042'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_266'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6043>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6043> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6043> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6043>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6043>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6043" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6043'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6043'^^xsd:anyURI;
  dwc:observationDate '2010-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2010_265'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6044>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6044> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6044> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6044>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6044>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6044" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6044'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6044'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_430'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6046>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6046> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6046> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6046>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6046>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6046" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6046'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6046'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6048>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6048> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6048> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6048>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6048>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6048" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6048'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6048'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6049>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6049> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6049> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6049>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6049>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6049" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6049'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6049'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6050>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6050> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6050> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6050>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6050>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6050" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6050'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6050'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_429'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6051>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6051> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6051> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6051>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6051>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6051" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6051'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6051'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_428'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6052>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6052> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6052> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6052>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6052>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6052" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6052'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6052'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6053>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6053> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6053> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6053>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6053>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6053" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6053'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6053'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6054>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6054> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6054> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6054>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6054>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6054" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6054'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6054'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_426'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6055'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6055'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6056'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6056'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6057>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6057> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6057> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6057>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6057>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6057" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6057'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6057'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_427'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6058'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6058'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_424'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6059'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6059'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_425'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6060'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6060'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6062>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6062> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6062> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.133333333333 2.5383333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.133333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.5383333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6062>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.133333333333 2.5383333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.133333333333"^^xsd:decimal ;
  geo-pos:long "2.5383333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6062>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6062" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6062'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5383333333333'^^xsd:double;
  dwc:latitude '51.133333333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6062'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6063'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6063'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_423'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6064'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6064'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_420'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6065>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6065> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6065> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6065>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6065>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6065" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6065'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6065'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6066'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6066'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_421'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6067'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6067'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6068'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6068'^^xsd:anyURI;
  dwc:observationDate '2012-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_422'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6070'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6070'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6071'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6071'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_418'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6072'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6072'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_419'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6073'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6073'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6074'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6074'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6075'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6075'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6076'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6076'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6077'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6077'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_417'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6078'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6078'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_410'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6079'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6079'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6080'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6080'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_412'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6081'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6081'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_411'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6082>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6082> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6082> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6082>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6082>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6082" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6082'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6082'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_413'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6083'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6083'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6085'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6085'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6086'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6086'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6087'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6087'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6088'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6088'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6089'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6089'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_414'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6090>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6090> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6090> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6090>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6090>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6090" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6090'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6090'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6091'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6091'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6092'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6092'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_409'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.290016666667 2.9859833333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.290016666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.9859833333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.290016666667 2.9859833333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.290016666667"^^xsd:decimal ;
  geo-pos:long "2.9859833333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6093'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9859833333333'^^xsd:double;
  dwc:latitude '51.290016666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6093'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6096'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6096'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6097'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6097'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_407'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.156216666667 2.7126666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.156216666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.7126666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.156216666667 2.7126666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.156216666667"^^xsd:decimal ;
  geo-pos:long "2.7126666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6098'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.7126666666667'^^xsd:double;
  dwc:latitude '51.156216666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6098'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6101'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6101'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6102'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6102'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6103'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6103'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6104'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6104'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6105'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6105'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6106'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6106'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.414 2.7838333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.414"^^xsd:decimal ;
  dwc:decimalLongitude "2.7838333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.414 2.7838333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.414"^^xsd:decimal ;
  geo-pos:long "2.7838333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6108'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.7838333333333'^^xsd:double;
  dwc:latitude '51.414'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6108'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6109'^^xsd:anyURI;
  dwc:scientificName 'Physeter macrocephalus (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137119'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6109'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137119'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6110>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6110> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6110> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6110>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6110>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6110" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6110'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6110'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6111>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6111> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6111> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6111>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6111>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6111" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6111'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6111'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6112>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6112> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6112> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6112>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6112>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6112" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6112'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6112'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6113>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6113> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6113> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6113>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6113>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6113" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6113'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6113'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6114>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6114> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6114> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6114>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6114>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6114" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6114'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6114'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6115>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6115> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6115> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6115>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6115>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6115" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6115'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6115'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6116>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6116> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6116> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6116>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6116>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6116" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6116'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6116'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6117>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6117> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6117> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310395"^^xsd:decimal ;
  dwc:decimalLongitude "3.118302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6117>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  geo-pos:lat "51.310395"^^xsd:decimal ;
  geo-pos:long "3.118302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6117>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6117" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6117'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.118302'^^xsd:double;
  dwc:latitude '51.310395'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6117'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6119>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6119> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6119> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6119>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6119>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6119" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6119'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6119'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6120>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6120> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6120> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6120>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6120>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6120" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6120'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6120'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_402'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6122>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6122> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6122> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6122>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6122>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6122" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6122'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6122'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_405'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6123>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6123> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6123> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6123>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6123>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6123" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6123'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6123'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_404'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6124>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6124> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6124> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6124>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6124>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6124" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6124'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6124'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_431'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6125>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6125> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6125> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6125>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6125>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6125" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6125'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6125'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6126>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6126> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6126> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6126>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6126>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6126" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6126'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6126'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6127>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6127> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6127> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6127>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6127>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6127" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6127'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6127'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6128>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6128> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6128> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6128>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6128>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6128" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6128'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6128'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6130>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6130> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6130> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6130>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6130>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6130" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6130'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6130'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6131>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6131> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6131> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6131>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6131>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6131" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6131'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6131'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6132>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6132> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6132> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6132>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6132>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6132" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6132'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6132'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6133>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6133> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6133> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6133>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6133>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6133" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6133'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6133'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_416'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6134>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6134> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6134> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6134>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6134>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6134" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6134'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6134'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_415'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6135'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6135'^^xsd:anyURI;
  dwc:observationDate '2012-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6136'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6136'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_406'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6138'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6138'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6139'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6139'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6140'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6140'^^xsd:anyURI;
  dwc:observationDate '2012-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6141'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6141'^^xsd:anyURI;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6142'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6142'^^xsd:anyURI;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6143'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6143'^^xsd:anyURI;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6144'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6144'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6146'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6146'^^xsd:anyURI;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_432'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6147'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6147'^^xsd:anyURI;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6150'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6150'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6151>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6151> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6151> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6151>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6151>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6151" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6151'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6151'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6152'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6152'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.162383333333 2.5747666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.162383333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.5747666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.162383333333 2.5747666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.162383333333"^^xsd:decimal ;
  geo-pos:long "2.5747666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6153'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5747666666667'^^xsd:double;
  dwc:latitude '51.162383333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6153'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.297333333333 2.7543333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.297333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.7543333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.297333333333 2.7543333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.297333333333"^^xsd:decimal ;
  geo-pos:long "2.7543333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6155'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.7543333333333'^^xsd:double;
  dwc:latitude '51.297333333333'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6155'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6156'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6156'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12415"^^xsd:decimal ;
  dwc:decimalLongitude "4.30976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  geo-pos:lat "51.12415"^^xsd:decimal ;
  geo-pos:long "4.30976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6162'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.30976'^^xsd:double;
  dwc:latitude '51.12415'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6162'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6163'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6163'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_433'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.64985 2.76361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.64985"^^xsd:decimal ;
  dwc:decimalLongitude "2.76361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.64985 2.76361)"^^geo:wktLiteral ;
  geo-pos:lat "51.64985"^^xsd:decimal ;
  geo-pos:long "2.76361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6164'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.76361'^^xsd:double;
  dwc:latitude '51.64985'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6164'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.64985 2.76361)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.64985"^^xsd:decimal ;
  dwc:decimalLongitude "2.76361"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.64985 2.76361)"^^geo:wktLiteral ;
  geo-pos:lat "51.64985"^^xsd:decimal ;
  geo-pos:long "2.76361"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6165'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.76361'^^xsd:double;
  dwc:latitude '51.64985'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6165'^^xsd:anyURI;
  dwc:observationDate '2012-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6166'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6166'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6167'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6167'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6168'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6168'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6169>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6169> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6169> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.544965 2.934136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.544965"^^xsd:decimal ;
  dwc:decimalLongitude "2.934136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6169>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.544965 2.934136)"^^geo:wktLiteral ;
  geo-pos:lat "51.544965"^^xsd:decimal ;
  geo-pos:long "2.934136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6169>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6169" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6169'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.934136'^^xsd:double;
  dwc:latitude '51.544965'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6169'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6170>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6170> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6170> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6170>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6170>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6170" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6170'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6170'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_434'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6171>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6171> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6171> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6171>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6171>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6171" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6171'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6171'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_435'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6172>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6172> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6172> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6172>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6172>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6172" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6172'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6172'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_436'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6174>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6174> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6174> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6174>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6174>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6174" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6174'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6174'^^xsd:anyURI;
  dwc:observationDate '2012-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6175'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6175'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6176'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6176'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6177'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6177'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2901 2.6080166666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2901"^^xsd:decimal ;
  dwc:decimalLongitude "2.6080166666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2901 2.6080166666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.2901"^^xsd:decimal ;
  geo-pos:long "2.6080166666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6178'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.6080166666667'^^xsd:double;
  dwc:latitude '51.2901'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6178'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6179'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6179'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_437'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6180'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6180'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6183'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6183'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6184'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6184'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.244633333333 2.91975)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.244633333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.91975"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.244633333333 2.91975)"^^geo:wktLiteral ;
  geo-pos:lat "51.244633333333"^^xsd:decimal ;
  geo-pos:long "2.91975"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6185'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.91975'^^xsd:double;
  dwc:latitude '51.244633333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6185'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6186>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6186> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6186> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6186>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6186>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6186" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6186'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6186'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6187>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6187> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6187> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6187>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6187>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6187" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6187'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6187'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6188>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6188> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6188> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6188>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6188>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6188" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6188'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6188'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6189>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6189> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6189> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6189>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6189>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6189" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6189'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6189'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6191>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6191> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6191> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6191>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6191>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6191" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6191'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6191'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6193>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6193> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6193> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6193>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6193>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6193" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6193'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6193'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6194>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6194> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6194> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6194>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6194>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6194" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6194'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6194'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6197'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6197'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6199'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6199'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_441'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6200'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6200'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_442'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6201'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6201'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_440'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6202'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6202'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_439'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6203'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6203'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_438'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6205'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6205'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6207>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6207> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6207> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6207>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6207>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6207" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6207'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6207'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6208>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6208> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6208> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6208>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6208>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6208" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6208'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6208'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6209>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6209> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6209> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6209>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6209>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6209" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6209'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6209'^^xsd:anyURI;
  dwc:observationDate '2012-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6210>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6210> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6210> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6210>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6210>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6210" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6210'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6210'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6211>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6211> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6211> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6211>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6211>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6211" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6211'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6211'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6212>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6212> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6212> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6212>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6212>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6212" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6212'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6212'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6213>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6213> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6213> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6213>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6213>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6213" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6213'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6213'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6214>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6214> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6214> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6214>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6214>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6214" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6214'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6214'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6216'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6216'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_443'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6217'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6217'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6218'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6218'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6219'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6219'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_445'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6220'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6220'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6222'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6222'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6223>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6223> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6223> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6223>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6223>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6223" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6223'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6223'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_446'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6228'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6228'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_447'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6229'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6229'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_448'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6230'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6230'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_450'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6231'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6231'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_449'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6233'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6233'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6234'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6234'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6235'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6235'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6236'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6236'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6240'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6240'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6241'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6241'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_451'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6242'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6242'^^xsd:anyURI;
  dwc:observationDate '2012-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6243'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6243'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6244'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6244'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6245'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6245'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6248'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6248'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.489166666667 3.1568333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.489166666667"^^xsd:decimal ;
  dwc:decimalLongitude "3.1568333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.489166666667 3.1568333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.489166666667"^^xsd:decimal ;
  geo-pos:long "3.1568333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6249'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1568333333333'^^xsd:double;
  dwc:latitude '51.489166666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6249'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6252'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6252'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6253'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6253'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6254'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6254'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_452'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6256'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6256'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6257'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6257'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6258'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6258'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6259'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6259'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6260'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6260'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6261'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6261'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6262'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6262'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6263'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6263'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6264'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6264'^^xsd:anyURI;
  dwc:observationDate '2012-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6267'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6267'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_453'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6268'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6268'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_454'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6269'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6269'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_455'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6271'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6271'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6272'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6272'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6274'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6274'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6275'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6275'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6276'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6276'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6279'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6279'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6280'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6280'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6283'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6283'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_456'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6284'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6284'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6286'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6286'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_457'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6287'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6287'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_458'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6288'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6288'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12415"^^xsd:decimal ;
  dwc:decimalLongitude "4.30976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  geo-pos:lat "51.12415"^^xsd:decimal ;
  geo-pos:long "4.30976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6289'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.30976'^^xsd:double;
  dwc:latitude '51.12415'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6289'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6290'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6290'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6292'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6292'^^xsd:anyURI;
  dwc:observationDate '2012-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2012_459'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6293'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6293'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6294'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6294'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6295'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6295'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6296'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6296'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6297'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6297'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6298'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6298'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6299'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6299'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6300'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6300'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_460'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6301'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6301'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6302'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6302'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6303'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6303'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6304>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6304> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6304> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6304>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6304>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6304" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6304'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6304'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6305'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6305'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6306'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6306'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6307'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6307'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_461'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6308>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6308> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6308> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6308>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6308>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6308" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6308'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6308'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_462'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6310'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6310'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6311'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6311'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6312>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6312> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6312> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6312>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6312>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6312" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6312'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6312'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06667 4.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.06667"^^xsd:decimal ;
  dwc:decimalLongitude "4.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06667 4.41667)"^^geo:wktLiteral ;
  geo-pos:lat "51.06667"^^xsd:decimal ;
  geo-pos:long "4.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6313'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.41667'^^xsd:double;
  dwc:latitude '51.06667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6313'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6314'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6314'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_463'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6315'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6315'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6316'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6316'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_464'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6319'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6319'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_465'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6320'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6320'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6321'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2011'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6321'^^xsd:anyURI;
  dwc:observationDate '2011-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6322'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6322'^^xsd:anyURI;
  dwc:observationDate '2012-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6323'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6323'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6325'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6325'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6326'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6326'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_466'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6329>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6329> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6329> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6329>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6329>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6329" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6329'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6329'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6330'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6330'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6331'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata (Lacépède 1804)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6331'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6332'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6332'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_467'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6333'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6333'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_468'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6334'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6334'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6335'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6335'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6337'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6337'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_469'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.162833333333 2.66)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.162833333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.66"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.162833333333 2.66)"^^geo:wktLiteral ;
  geo-pos:lat "51.162833333333"^^xsd:decimal ;
  geo-pos:long "2.66"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6338'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.66'^^xsd:double;
  dwc:latitude '51.162833333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6338'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240666666667 2.459)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.240666666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.459"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240666666667 2.459)"^^geo:wktLiteral ;
  geo-pos:lat "51.240666666667"^^xsd:decimal ;
  geo-pos:long "2.459"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6339'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.459'^^xsd:double;
  dwc:latitude '51.240666666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6339'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6341'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6341'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6342'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6342'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6343'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6343'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_470'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6344'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6344'^^xsd:anyURI;
  dwc:observationDate '2013-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6346'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6346'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6347'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6347'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_471'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6348'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6348'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_472'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6349'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6349'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6352'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6352'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6353'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6353'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6354'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6354'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6355'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6355'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6356'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6356'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6357'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6357'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_473'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6358'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6358'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_474'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6359'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6359'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_475'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6360'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6360'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6361'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6361'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6362'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6362'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6363'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6363'^^xsd:anyURI;
  dwc:observationDate '2013-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6364'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6364'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12415"^^xsd:decimal ;
  dwc:decimalLongitude "4.30976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  geo-pos:lat "51.12415"^^xsd:decimal ;
  geo-pos:long "4.30976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6365'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.30976'^^xsd:double;
  dwc:latitude '51.12415'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6365'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6366'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6366'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6367'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6367'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6369'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6369'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6370'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6370'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6371'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6371'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6372'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6372'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6374'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6374'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_476'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6375'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6375'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6376'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6376'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_477'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6377'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6377'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_478'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6378'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6378'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6379'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6379'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_482'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6380'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6380'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6381'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6381'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_481'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6382'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6382'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6385>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6385> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6385> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6385>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6385>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6385" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6385'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6385'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6386>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6386> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6386> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6386>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6386>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6386" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6386'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6386'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_480'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6387>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6387> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6387> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6387>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6387>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6387" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6387'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6387'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_479'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6388>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6388> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6388> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6388>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6388>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6388" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6388'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6388'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6389>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6389> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6389> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6389>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6389>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6389" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6389'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6389'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6390>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6390> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6390> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06667 4.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.06667"^^xsd:decimal ;
  dwc:decimalLongitude "4.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6390>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06667 4.41667)"^^geo:wktLiteral ;
  geo-pos:lat "51.06667"^^xsd:decimal ;
  geo-pos:long "4.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6390>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6390" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6390'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.41667'^^xsd:double;
  dwc:latitude '51.06667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6390'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6392>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6392> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6392> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6392>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6392>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6392" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6392'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6392'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6393>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6393> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6393> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06667 4.41667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.06667"^^xsd:decimal ;
  dwc:decimalLongitude "4.41667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6393>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06667 4.41667)"^^geo:wktLiteral ;
  geo-pos:lat "51.06667"^^xsd:decimal ;
  geo-pos:long "4.41667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6393>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6393" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6393'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.41667'^^xsd:double;
  dwc:latitude '51.06667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6393'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6394>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6394> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6394> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6394>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6394>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6394" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6394'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6394'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6395'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6395'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6396'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6396'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6398'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6398'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_486'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6399'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6399'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6400'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6400'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_484'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6401'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6401'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_485'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6402'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6402'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6403'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6403'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6404'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6404'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_483'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6406'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6406'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6408'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6408'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6409'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6409'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6410'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6410'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6411'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6411'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6412>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6412> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6412> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6412>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6412>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6412" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6412'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6412'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6414>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6414> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6414> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6414>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6414>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6414" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6414'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6414'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6415'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6415'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_487'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6416'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6416'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6419>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6419> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6419> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6419>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6419>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6419" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6419'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6419'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6420>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6420> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6420> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6420>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6420>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6420" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6420'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6420'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6421>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6421> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6421> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6421>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6421>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6421" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6421'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6421'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6423>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6423> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6423> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6423>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6423>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6423" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6423'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6423'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6424>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6424> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6424> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6424>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6424>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6424" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6424'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6424'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6425>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6425> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6425> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6425>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6425>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6425" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6425'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6425'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6426>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6426> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6426> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6426>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6426>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6426" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6426'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6426'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_488'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6428>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6428> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6428> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6428>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6428>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6428" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6428'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6428'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6429>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6429> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6429> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6429>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6429>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6429" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6429'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6429'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_489'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6430>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6430> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6430> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6430>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6430>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6430" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6430'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6430'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6431>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6431> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6431> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6431>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6431>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6431" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6431'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6431'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6432>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6432> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6432> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6432>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6432>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6432" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6432'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6432'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6433>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6433> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6433> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6433>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6433>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6433" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6433'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6433'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6434>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6434> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6434> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6434>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6434>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6434" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6434'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6434'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6435'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6435'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6436'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6436'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6437'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6437'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6438'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6438'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_490'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6439'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6439'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_491'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6440'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6440'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_492'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6441'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6441'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6442'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6442'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_493'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6443'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6443'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6444'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6444'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6446'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6446'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_494'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6447'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6447'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6448'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6448'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6449'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6449'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6450'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6450'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6451'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6451'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6452'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6452'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6453'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6453'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_495'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6454>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6454> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6454> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6454>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6454>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6454" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6454'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6454'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6455'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6455'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.134894"^^xsd:decimal ;
  dwc:decimalLongitude "4.579898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  geo-pos:lat "51.134894"^^xsd:decimal ;
  geo-pos:long "4.579898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6456'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.579898'^^xsd:double;
  dwc:latitude '51.134894'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6456'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6457'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6457'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_496'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6458'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6458'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6459'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6459'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6460'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6460'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6461'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6461'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6462'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6462'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6463'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6463'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_497'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6464'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6464'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6465'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6465'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6466'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6466'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6467>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6467> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6467> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6467>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6467>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6467" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6467'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6467'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6468>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6468> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6468> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6468>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6468>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6468" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6468'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6468'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_498'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6469>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6469> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6469> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6469>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6469>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6469" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6469'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6469'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6470>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6470> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6470> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6470>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6470>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6470" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6470'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6470'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6471>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6471> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6471> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6471>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6471>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6471" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6471'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6471'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6472>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6472> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6472> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6472>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6472>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6472" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6472'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6472'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6473>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6473> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6473> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6473>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6473>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6473" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6473'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6473'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_499'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6474>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6474> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6474> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6474>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6474>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6474" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6474'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6474'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6475'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6475'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6476'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6476'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6477>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6477> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6477> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6477>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6477>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6477" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6477'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6477'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6478'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6478'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6479'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6479'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2365 2.8638333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2365"^^xsd:decimal ;
  dwc:decimalLongitude "2.8638333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2365 2.8638333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.2365"^^xsd:decimal ;
  geo-pos:long "2.8638333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6480'^^xsd:anyURI;
  dwc:scientificName 'Cetacea sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.8638333333333'^^xsd:double;
  dwc:latitude '51.2365'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6480'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6481'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6481'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6482'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6482'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6483'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6483'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6484'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6484'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6485'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6485'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6486'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6486'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6487'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6487'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6488'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6488'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6489'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6489'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6490'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6490'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6491'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6491'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6492'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6492'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6494'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6494'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6495'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6495'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6496'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6496'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6497'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6497'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6499'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6499'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_500'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6500>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6500> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6500> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6500>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6500>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6500" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6500'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6500'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6501>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6501> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6501> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6501>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6501>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6501" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6501'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6501'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6502>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6502> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6502> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6502>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6502>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6502" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6502'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6502'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6503>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6503> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6503> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6503>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6503>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6503" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6503'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6503'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_501'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6504>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6504> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6504> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6504>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6504>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6504" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6504'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6504'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6506>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6506> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6506> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6506>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6506>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6506" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6506'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6506'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6507>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6507> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6507> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6507>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6507>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6507" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6507'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6507'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6508>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6508> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6508> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6508>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6508>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6508" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6508'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6508'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6509>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6509> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6509> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6509>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6509>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6509" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6509'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6509'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_502'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6510>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6510> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6510> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6510>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6510>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6510" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6510'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6510'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6511>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6511> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6511> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6511>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6511>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6511" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6511'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6511'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6512>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6512> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6512> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6512>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6512>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6512" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6512'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6512'^^xsd:anyURI;
  dwc:observationDate '2013-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6513>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6513> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6513> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6513>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6513>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6513" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6513'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6513'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6514>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6514> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6514> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6514>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6514>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6514" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6514'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6514'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6515'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6515'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6516'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6516'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6517'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6517'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6518'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6518'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6519'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6519'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_503'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6520'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6520'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6521'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6521'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6522'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6522'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6523'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6523'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6524'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6524'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6525'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6525'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.269141 4.336724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.269141"^^xsd:decimal ;
  dwc:decimalLongitude "4.336724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.269141 4.336724)"^^geo:wktLiteral ;
  geo-pos:lat "51.269141"^^xsd:decimal ;
  geo-pos:long "4.336724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6526'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.336724'^^xsd:double;
  dwc:latitude '51.269141'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6526'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6528>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6528> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6528> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6528>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6528>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6528" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6528'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6528'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6529>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6529> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6529> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6529>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6529>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6529" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6529'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6529'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6530>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6530> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6530> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6530>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6530>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6530" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6530'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6530'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6532>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6532> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6532> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6532>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6532>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6532" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6532'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6532'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6533>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6533> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6533> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6533>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6533>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6533" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6533'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6533'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6534>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6534> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6534> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6534>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6534>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6534" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6534'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6534'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6535'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6535'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6536'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6536'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6537'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6537'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6538'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6538'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6539'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6539'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6540'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6540'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6541'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6541'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6542'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6542'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_504'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6543'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6543'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6544'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6544'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_505'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6545'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6545'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_506'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6546>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6546> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6546> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6546>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6546>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6546" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6546'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6546'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_507'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6547>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6547> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6547> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6547>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6547>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6547" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6547'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6547'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6548>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6548> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6548> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6548>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6548>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6548" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6548'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6548'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_508'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6549>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6549> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6549> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6549>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6549>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6549" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6549'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6549'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6550>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6550> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6550> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6550>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6550>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6550" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6550'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6550'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6551>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6551> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6551> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6551>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6551>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6551" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6551'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6551'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_509'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6552>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6552> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6552> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6552>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6552>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6552" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6552'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6552'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6553>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6553> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6553> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6553>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6553>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6553" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6553'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6553'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6554>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6554> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6554> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6554>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6554>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6554" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6554'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6554'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6555'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6555'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6556'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6556'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6557'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6557'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230879 3.222016)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.230879"^^xsd:decimal ;
  dwc:decimalLongitude "3.222016"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.230879 3.222016)"^^geo:wktLiteral ;
  geo-pos:lat "51.230879"^^xsd:decimal ;
  geo-pos:long "3.222016"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6558'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.222016'^^xsd:double;
  dwc:latitude '51.230879'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6558'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6559'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6559'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.134894"^^xsd:decimal ;
  dwc:decimalLongitude "4.579898"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134894 4.579898)"^^geo:wktLiteral ;
  geo-pos:lat "51.134894"^^xsd:decimal ;
  geo-pos:long "4.579898"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6560'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.579898'^^xsd:double;
  dwc:latitude '51.134894'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6560'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6562'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6562'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6563'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6563'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6564'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6564'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_510'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6565'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6565'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6566'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6566'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6567'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6567'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6568'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6568'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6569'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6569'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6570'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6570'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6571'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6571'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6572'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6572'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6573'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6573'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6574'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6574'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6575'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6575'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_511'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6576'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6576'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6581'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6581'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6582>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6582> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6582> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6582>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6582>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6582" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6582'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6582'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_512'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6583'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6583'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_513'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6584'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6584'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_514'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6585'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6585'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_515'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6586'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6586'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2965 2.747)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2965"^^xsd:decimal ;
  dwc:decimalLongitude "2.747"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2965 2.747)"^^geo:wktLiteral ;
  geo-pos:lat "51.2965"^^xsd:decimal ;
  geo-pos:long "2.747"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6587'^^xsd:anyURI;
  dwc:scientificName 'Megaptera novaeangliae (Borowski 1781)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.747'^^xsd:double;
  dwc:latitude '51.2965'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6587'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6588'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6588'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6589'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6589'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_518'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6590'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6590'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6591'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6591'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_517'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6592'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6592'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6593'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6593'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6594'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6594'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_516'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06456 4.42902)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.06456"^^xsd:decimal ;
  dwc:decimalLongitude "4.42902"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.06456 4.42902)"^^geo:wktLiteral ;
  geo-pos:lat "51.06456"^^xsd:decimal ;
  geo-pos:long "4.42902"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6595'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.42902'^^xsd:double;
  dwc:latitude '51.06456'^^xsd:double;
  dwc:occurrenceRemarks 'Caught inland'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6595'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6596>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6596> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6596> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6596>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6596>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6596" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6596'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6596'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6597'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6597'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6598'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6598'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6599'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6599'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270509 3.212695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.270509"^^xsd:decimal ;
  dwc:decimalLongitude "3.212695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270509 3.212695)"^^geo:wktLiteral ;
  geo-pos:lat "51.270509"^^xsd:decimal ;
  geo-pos:long "3.212695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6600'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.212695'^^xsd:double;
  dwc:latitude '51.270509'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6600'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6601'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6601'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_519'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6602'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6602'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_520'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6605'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6605'^^xsd:anyURI;
  dwc:observationDate '2013-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.23688 4.451575)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.23688"^^xsd:decimal ;
  dwc:decimalLongitude "4.451575"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.23688 4.451575)"^^geo:wktLiteral ;
  geo-pos:lat "51.23688"^^xsd:decimal ;
  geo-pos:long "4.451575"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6606'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.451575'^^xsd:double;
  dwc:latitude '51.23688'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6606'^^xsd:anyURI;
  dwc:observationDate '2013-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.237164 3.220977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.237164"^^xsd:decimal ;
  dwc:decimalLongitude "3.220977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.237164 3.220977)"^^geo:wktLiteral ;
  geo-pos:lat "51.237164"^^xsd:decimal ;
  geo-pos:long "3.220977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6607'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.220977'^^xsd:double;
  dwc:latitude '51.237164'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6607'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_525'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6608'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6608'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6609'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6609'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_521'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6610'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6610'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6611>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6611> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6611> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6611>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6611>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6611" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6611'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6611'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6612>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6612> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6612> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6612>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6612>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6612" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6612'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6612'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_523'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6613>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6613> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6613> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6613>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6613>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6613" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6613'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6613'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_522'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6614>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6614> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6614> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6614>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6614>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6614" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6614'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6614'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_524'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.465833333333 2.9043333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.465833333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.9043333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.465833333333 2.9043333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.465833333333"^^xsd:decimal ;
  geo-pos:long "2.9043333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6615'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9043333333333'^^xsd:double;
  dwc:latitude '51.465833333333'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6615'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6616'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6616'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3125 2.945)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3125"^^xsd:decimal ;
  dwc:decimalLongitude "2.945"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3125 2.945)"^^geo:wktLiteral ;
  geo-pos:lat "51.3125"^^xsd:decimal ;
  geo-pos:long "2.945"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6617'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.945'^^xsd:double;
  dwc:latitude '51.3125'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6617'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.324666666667 2.9801666666667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.324666666667"^^xsd:decimal ;
  dwc:decimalLongitude "2.9801666666667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.324666666667 2.9801666666667)"^^geo:wktLiteral ;
  geo-pos:lat "51.324666666667"^^xsd:decimal ;
  geo-pos:long "2.9801666666667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6618'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9801666666667'^^xsd:double;
  dwc:latitude '51.324666666667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6618'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.285 2.4393333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.285"^^xsd:decimal ;
  dwc:decimalLongitude "2.4393333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.285 2.4393333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.285"^^xsd:decimal ;
  geo-pos:long "2.4393333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6620'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.4393333333333'^^xsd:double;
  dwc:latitude '51.285'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6620'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.283333333333 2.75)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.283333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.75"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.283333333333 2.75)"^^geo:wktLiteral ;
  geo-pos:lat "51.283333333333"^^xsd:decimal ;
  geo-pos:long "2.75"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6621'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.75'^^xsd:double;
  dwc:latitude '51.283333333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6621'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6622'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6622'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.269141 4.336724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.269141"^^xsd:decimal ;
  dwc:decimalLongitude "4.336724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.269141 4.336724)"^^geo:wktLiteral ;
  geo-pos:lat "51.269141"^^xsd:decimal ;
  geo-pos:long "4.336724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6623'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.336724'^^xsd:double;
  dwc:latitude '51.269141'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6623'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.269141 4.336724)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.269141"^^xsd:decimal ;
  dwc:decimalLongitude "4.336724"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.269141 4.336724)"^^geo:wktLiteral ;
  geo-pos:lat "51.269141"^^xsd:decimal ;
  geo-pos:long "4.336724"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6624'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.336724'^^xsd:double;
  dwc:latitude '51.269141'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6624'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6625'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6625'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6626'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6626'^^xsd:anyURI;
  dwc:observationDate '2013-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6628'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6628'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6629'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6629'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6630'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6630'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6631'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6631'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_526'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6632>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6632> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6632> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6632>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6632>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6632" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6632'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6632'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6633>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6633> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6633> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6633>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6633>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6633" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6633'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6633'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6634>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6634> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6634> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6634>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6634>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6634" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6634'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6634'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6636'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6636'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6637'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6637'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6638'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6638'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_527'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6639'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6639'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6640'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6640'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6641'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6641'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6642'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6642'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6643'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6643'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6644'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6644'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6645>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6645> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6645> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6645>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6645>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6645" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6645'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6645'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6646>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6646> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6646> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6646>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6646>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6646" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6646'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6646'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_528'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6647>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6647> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6647> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6647>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6647>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6647" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6647'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6647'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6648>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6648> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6648> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6648>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6648>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6648" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6648'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6648'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6649>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6649> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6649> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6649>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6649>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6649" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6649'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6649'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6651>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6651> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6651> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6651>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6651>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6651" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6651'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6651'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6652>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6652> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6652> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6652>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6652>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6652" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6652'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6652'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6653>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6653> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6653> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6653>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6653>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6653" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6653'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6653'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6654>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6654> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6654> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6654>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6654>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6654" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6654'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6654'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6655'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6655'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6656'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6656'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6657'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6657'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6658'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6658'^^xsd:anyURI;
  dwc:observationDate '2013-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6659'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6659'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6660'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6660'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6661'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6661'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6664'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6664'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6668'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6668'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6669'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6669'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6670'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6670'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6671'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6671'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6672'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6672'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_529'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6673'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6673'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6674'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6674'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6675'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6675'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6677'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6677'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_530'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6678'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6678'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6679'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6679'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6680'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6680'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6681'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6681'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6682'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6682'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6683>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6683> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6683> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6683>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6683>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6683" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6683'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6683'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2013_532'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6684>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6684> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6684> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6684>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6684>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6684" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6684'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6684'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6689>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6689> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6689> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6689>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6689>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6689" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6689'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6689'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6690>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6690> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6690> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6690>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6690>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6690" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6690'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6690'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6691>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6691> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6691> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6691>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6691>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6691" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6691'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6691'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6692>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6692> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6692> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6692>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6692>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6692" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6692'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6692'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6693>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6693> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6693> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6693>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6693>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6693" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6693'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6693'^^xsd:anyURI;
  dwc:observationDate '2013-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6694>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6694> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6694> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6694>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6694>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6694" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6694'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6694'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6695'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6695'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6696'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6696'^^xsd:anyURI;
  dwc:observationDate '2013-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6697'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6697'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_531'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6698'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6698'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6699'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6699'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_533'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6700'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6700'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6701'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6701'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6702'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6702'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6704'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6704'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6705'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6705'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6706'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6706'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6707'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6707'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_534'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6709'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6709'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6710'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6710'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6711'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6711'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_535'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 2.25)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.6"^^xsd:decimal ;
  dwc:decimalLongitude "2.25"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.6 2.25)"^^geo:wktLiteral ;
  geo-pos:lat "51.6"^^xsd:decimal ;
  geo-pos:long "2.25"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6712'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.25'^^xsd:double;
  dwc:latitude '51.6'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6712'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6713'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6713'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6715'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6715'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6716'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6716'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6719'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6719'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6720'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6720'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6721'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6721'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6722'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6722'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_536'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6723'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6723'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6724'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6724'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6727'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6727'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6728>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6728> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6728> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6728>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6728>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6728" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6728'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6728'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6731'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6731'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6732'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6732'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6733'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6733'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6734'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6734'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_537'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6735'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6735'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6736'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6736'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6737'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6737'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6738'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6738'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6739>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6739> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6739> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6739>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6739>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6739" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6739'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6739'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6742'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6742'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_538'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6743'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6743'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6744'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6744'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6746'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6746'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6747>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6747> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6747> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6747>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6747>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6747" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6747'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6747'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6748>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6748> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6748> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6748>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6748>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6748" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6748'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6748'^^xsd:anyURI;
  dwc:observationDate '2014-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_539'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6749>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6749> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6749> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6749>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6749>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6749" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6749'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6749'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6750>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6750> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6750> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6750>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6750>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6750" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6750'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6750'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6751>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6751> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6751> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6751>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6751>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6751" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6751'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6751'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_540'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6752>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6752> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6752> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6752>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6752>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6752" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6752'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6752'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6753>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6753> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6753> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6753>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6753>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6753" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6753'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6753'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_541'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6754>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6754> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6754> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6754>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6754>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6754" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6754'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6754'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6755'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6755'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6756'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6756'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6757'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6757'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6758'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6758'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_546'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6759'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6759'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_545'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6760'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6760'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_547'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6761'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6761'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6762'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6762'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_544'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6763>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6763> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6763> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6763>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6763>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6763" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6763'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6763'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_542'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6764'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6764'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_543'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6765'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6765'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6766'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6766'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6767'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6767'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6768'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6768'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6769'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6769'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6771'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6771'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_548'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6772>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6772> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6772> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6772>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6772>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6772" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6772'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6772'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6773'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6773'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6775'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6775'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6776'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6776'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6777'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6777'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_549'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6778>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6778> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6778> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6778>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6778>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6778" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6778'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6778'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6779>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6779> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6779> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6779>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6779>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6779" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6779'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6779'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6780>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6780> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6780> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6780>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6780>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6780" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6780'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6780'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6781>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6781> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6781> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6781>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6781>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6781" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6781'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6781'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_552'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6782>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6782> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6782> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6782>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6782>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6782" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6782'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6782'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_551'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6783>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6783> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6783> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6783>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6783>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6783" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6783'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6783'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6784>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6784> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6784> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6784>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6784>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6784" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6784'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6784'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6786>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6786> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6786> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6786>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6786>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6786" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6786'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6786'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_550'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6787>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6787> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6787> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6787>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6787>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6787" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6787'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6787'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6788>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6788> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6788> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6788>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6788>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6788" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6788'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6788'^^xsd:anyURI;
  dwc:observationDate '2014-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6790>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6790> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6790> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6790>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6790>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6790" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6790'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6790'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_553'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6791>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6791> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6791> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6791>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6791>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6791" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6791'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6791'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6792>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6792> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6792> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6792>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6792>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6792" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6792'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6792'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_562'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6793>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6793> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6793> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6793>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6793>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6793" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6793'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6793'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6794>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6794> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6794> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6794>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6794>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6794" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6794'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6794'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_554'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6795'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6795'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_555'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6796>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6796> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6796> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6796>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6796>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6796" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6796'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6796'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6797>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6797> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6797> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6797>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6797>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6797" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6797'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6797'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_556'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6798>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6798> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6798> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6798>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6798>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6798" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6798'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6798'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6799>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6799> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6799> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6799>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6799>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6799" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6799'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6799'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6800>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6800> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6800> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6800>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6800>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6800" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6800'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6800'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_557'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6801>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6801> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6801> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6801>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6801>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6801" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6801'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6801'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6802>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6802> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6802> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6802>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6802>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6802" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6802'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6802'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6803>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6803> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6803> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6803>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6803>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6803" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6803'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6803'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6804>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6804> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6804> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6804>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6804>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6804" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6804'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6804'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6805>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6805> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6805> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6805>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6805>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6805" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6805'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6805'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6806>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6806> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6806> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6806>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6806>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6806" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6806'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6806'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6808>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6808> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6808> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6808>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6808>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6808" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6808'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6808'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6809>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6809> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6809> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6809>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6809>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6809" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6809'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6809'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_560'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6810>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6810> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6810> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6810>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6810>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6810" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6810'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6810'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_559'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6811>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6811> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6811> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6811>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6811>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6811" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6811'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6811'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_558'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6812>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6812> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6812> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.096859 4.015865)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.096859"^^xsd:decimal ;
  dwc:decimalLongitude "4.015865"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6812>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.096859 4.015865)"^^geo:wktLiteral ;
  geo-pos:lat "51.096859"^^xsd:decimal ;
  geo-pos:long "4.015865"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6812>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6812" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6812'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.015865'^^xsd:double;
  dwc:latitude '51.096859'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6812'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6813>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6813> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6813> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6813>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6813>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6813" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6813'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6813'^^xsd:anyURI;
  dwc:observationDate '2014-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6814>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6814> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6814> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6814>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6814>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6814" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6814'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6814'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6815'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6815'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_561'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6818'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6818'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6819'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6819'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6820'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6820'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6821'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6821'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6822>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6822> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6822> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6822>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6822>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6822" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6822'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6822'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6823>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6823> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6823> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6823>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6823>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6823" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6823'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6823'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6825>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6825> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6825> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6825>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6825>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6825" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6825'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6825'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6827>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6827> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6827> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6827>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6827>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6827" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6827'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6827'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6829>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6829> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6829> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6829>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6829>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6829" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6829'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6829'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6834>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6834> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6834> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6834>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6834>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6834" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6834'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6834'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6835'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6835'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6836'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6836'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6837'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6837'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_564'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6838'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6838'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6839'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6839'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6841'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6841'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6842'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6842'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_565'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6843'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6843'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6844'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6844'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6845'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6845'^^xsd:anyURI;
  dwc:observationDate '2014-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6847'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6847'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6848'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6848'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6849'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6849'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6850>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6850> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6850> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6850>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6850>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6850" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6850'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6850'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6851'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6851'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6852'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6852'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6853>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6853> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6853> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6853>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6853>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6853" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6853'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6853'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_566'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6854'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6854'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6855'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6855'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6856'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6856'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6858'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6858'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6859'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6859'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6860'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6860'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6861'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6861'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6863'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6863'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6864>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6864> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6864> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6864>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6864>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6864" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6864'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6864'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6865'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6865'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6866'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6866'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6867>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6867> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6867> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6867>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6867>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6867" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6867'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6867'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6868>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6868> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6868> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6868>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6868>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6868" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6868'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6868'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6869>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6869> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6869> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6869>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6869>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6869" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6869'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6869'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6870>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6870> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6870> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6870>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6870>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6870" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6870'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6870'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6871>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6871> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6871> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6871>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6871>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6871" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6871'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6871'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6872>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6872> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6872> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6872>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6872>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6872" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6872'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6872'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6873>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6873> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6873> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6873>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6873>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6873" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6873'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6873'^^xsd:anyURI;
  dwc:observationDate '2014-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6880>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6880> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6880> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6880>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6880>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6880" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6880'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6880'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6881>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6881> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6881> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6881>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6881>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6881" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6881'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6881'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6882>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6882> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6882> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6882>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6882>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6882" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6882'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6882'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6883>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6883> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6883> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6883>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6883>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6883" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6883'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6883'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6884>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6884> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6884> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6884>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6884>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6884" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6884'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6884'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_567'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6885>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6885> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6885> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6885>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6885>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6885" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6885'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6885'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6887>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6887> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6887> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6887>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6887>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6887" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6887'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6887'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6888>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6888> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6888> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6888>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6888>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6888" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6888'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6888'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6889>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6889> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6889> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6889>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6889>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6889" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6889'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6889'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6890>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6890> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6890> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6890>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6890>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6890" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6890'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6890'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6891>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6891> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6891> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6891>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6891>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6891" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6891'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6891'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6892>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6892> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6892> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6892>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6892>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6892" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6892'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6892'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6893>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6893> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6893> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6893>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6893>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6893" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6893'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6893'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6894>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6894> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6894> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6894>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6894>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6894" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6894'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6894'^^xsd:anyURI;
  dwc:observationDate '2013-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6895>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6895> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6895> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6895>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6895>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6895" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6895'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6895'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_568'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6896>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6896> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6896> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6896>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6896>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6896" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6896'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6896'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_569'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6897>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6897> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6897> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6897>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6897>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6897" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6897'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6897'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6898>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6898> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6898> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6898>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6898>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6898" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6898'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6898'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6899>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6899> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6899> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6899>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6899>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6899" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6899'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6899'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6900>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6900> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6900> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6900>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6900>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6900" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6900'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6900'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6903>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6903> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6903> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6903>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6903>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6903" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6903'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6903'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6904>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6904> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6904> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6904>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6904>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6904" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6904'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6904'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6906>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6906> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6906> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6906>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6906>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6906" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6906'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6906'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6907>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6907> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6907> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6907>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6907>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6907" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6907'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6907'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_574'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6909>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6909> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6909> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6909>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6909>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6909" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6909'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6909'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6910>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6910> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6910> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6910>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6910>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6910" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6910'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6910'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6912>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6912> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6912> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6912>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6912>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6912" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6912'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6912'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6913>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6913> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6913> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6913>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6913>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6913" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6913'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6913'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_571'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6914>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6914> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6914> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6914>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6914>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6914" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6914'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6914'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_572'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6915'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6915'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6916'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6916'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_570'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6918'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6918'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6919>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6919> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6919> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6919>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6919>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6919" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6919'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6919'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_573'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6920'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6920'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6921'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6921'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6932'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6932'^^xsd:anyURI;
  dwc:observationDate '2013-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6937'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6937'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6938>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6938> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6938> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6938>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6938>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6938" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6938'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6938'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6940>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6940> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6940> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.22172 4.39393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.22172"^^xsd:decimal ;
  dwc:decimalLongitude "4.39393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6940>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.22172 4.39393)"^^geo:wktLiteral ;
  geo-pos:lat "51.22172"^^xsd:decimal ;
  geo-pos:long "4.39393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6940>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6940" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6940'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.39393'^^xsd:double;
  dwc:latitude '51.22172'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6940'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6942>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6942> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6942> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6942>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6942>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6942" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6942'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6942'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_575'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6946>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6946> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6946> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6946>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6946>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6946" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6946'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6946'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6947>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6947> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6947> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6947>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6947>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6947" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6947'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6947'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6949>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6949> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6949> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6949>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6949>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6949" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6949'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6949'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6950>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6950> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6950> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6950>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6950>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6950" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6950'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6950'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6951>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6951> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6951> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6951>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6951>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6951" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6951'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6951'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6952>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6952> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6952> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6952>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6952>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6952" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6952'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6952'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_576'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6953>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6953> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6953> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6953>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6953>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6953" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6953'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6953'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6954>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6954> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6954> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6954>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6954>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6954" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6954'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6954'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6956'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6956'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_577'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6957'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6957'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_578'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6958'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6958'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_580'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6959'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6959'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_579'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6960'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6960'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6961'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6961'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6962'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6962'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6964'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6964'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6965'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6965'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6966'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6966'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6967'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6967'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6970'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6970'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6971'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6971'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6972'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6972'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6973'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6973'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6974'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6974'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6975'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6975'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6976'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6976'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_581'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6977'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6977'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6981'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6981'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6982'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6982'^^xsd:anyURI;
  dwc:observationDate '2014-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6983'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6983'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_582'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6984'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6984'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_583'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6985'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6985'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6986'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6986'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6987'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6987'^^xsd:anyURI;
  dwc:observationDate '2014-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6988'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6988'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6989'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6989'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6991'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6991'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6996'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6996'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6997'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6997'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_586'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6998'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6998'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F6999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/6999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/6999'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/6999'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7000'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7000'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_587'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7001'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7001'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7002'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7002'^^xsd:anyURI;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7003'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7003'^^xsd:anyURI;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.12415"^^xsd:decimal ;
  dwc:decimalLongitude "4.30976"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.12415 4.30976)"^^geo:wktLiteral ;
  geo-pos:lat "51.12415"^^xsd:decimal ;
  geo-pos:long "4.30976"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7004'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.30976'^^xsd:double;
  dwc:latitude '51.12415'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7004'^^xsd:anyURI;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7005'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7005'^^xsd:anyURI;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7006'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7006'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7009'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7009'^^xsd:anyURI;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_588'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7010'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7010'^^xsd:anyURI;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7011'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7011'^^xsd:anyURI;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7012'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7012'^^xsd:anyURI;
  dwc:observationDate '2014-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7016>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7016> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7016> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7016>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7016>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7016" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7016'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7016'^^xsd:anyURI;
  dwc:observationDate '2014-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7017>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7017> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7017> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7017>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7017>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7017" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7017'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7017'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_589'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7018>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7018> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7018> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7018>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7018>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7018" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7018'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7018'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7021'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7021'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_590'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7022>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7022> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7022> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7022>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7022>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7022" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7022'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7022'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_591'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7023>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7023> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7023> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7023>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7023>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7023" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7023'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7023'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7024>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7024> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7024> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7024>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7024>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7024" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7024'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7024'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7025>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7025> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7025> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7025>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7025>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7025" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7025'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7025'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2014_592'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7026>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7026> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7026> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7026>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7026>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7026" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7026'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7026'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7028>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7028> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7028> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7028>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7028>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7028" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7028'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7028'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7029>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7029> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7029> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7029>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7029>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7029" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7029'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7029'^^xsd:anyURI;
  dwc:observationDate '2014-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7030>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7030> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7030> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7030>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7030>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7030" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7030'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7030'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7032>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7032> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7032> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7032>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7032>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7032" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7032'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7032'^^xsd:anyURI;
  dwc:observationDate '2012-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7033>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7033> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7033> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7033>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7033>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7033" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7033'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2012'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7033'^^xsd:anyURI;
  dwc:observationDate '2012-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7034>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7034> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7034> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.596333333333 2.507)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.596333333333"^^xsd:decimal ;
  dwc:decimalLongitude "2.507"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7034>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.596333333333 2.507)"^^geo:wktLiteral ;
  geo-pos:lat "51.596333333333"^^xsd:decimal ;
  geo-pos:long "2.507"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7034>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7034" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7034'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.507'^^xsd:double;
  dwc:latitude '51.596333333333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7034'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7035>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7035> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7035> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.311 2.5018333333333)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.311"^^xsd:decimal ;
  dwc:decimalLongitude "2.5018333333333"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7035>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.311 2.5018333333333)"^^geo:wktLiteral ;
  geo-pos:lat "51.311"^^xsd:decimal ;
  geo-pos:long "2.5018333333333"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7035>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7035" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7035'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2010'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5018333333333'^^xsd:double;
  dwc:latitude '51.311'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7035'^^xsd:anyURI;
  dwc:observationDate '2010-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7036>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7036> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7036> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7036>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7036>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7036" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7036'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2013'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7036'^^xsd:anyURI;
  dwc:observationDate '2013-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7037>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7037> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7037> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7037>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7037>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7037" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7037'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7037'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7038>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7038> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7038> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7038>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7038>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7038" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7038'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7038'^^xsd:anyURI;
  dwc:observationDate '2014-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7039>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7039> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7039> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7039>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7039>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7039" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7039'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2014'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7039'^^xsd:anyURI;
  dwc:observationDate '2014-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234866 2.914281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234866"^^xsd:decimal ;
  dwc:decimalLongitude "2.914281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234866 2.914281)"^^geo:wktLiteral ;
  geo-pos:lat "51.234866"^^xsd:decimal ;
  geo-pos:long "2.914281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7074'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914281'^^xsd:double;
  dwc:latitude '51.234866'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7074'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.201155 2.842369)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.201155"^^xsd:decimal ;
  dwc:decimalLongitude "2.842369"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.201155 2.842369)"^^geo:wktLiteral ;
  geo-pos:lat "51.201155"^^xsd:decimal ;
  geo-pos:long "2.842369"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7075'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.842369'^^xsd:double;
  dwc:latitude '51.201155'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7075'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2015_631'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.530278 2.404444)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.530278"^^xsd:decimal ;
  dwc:decimalLongitude "2.404444"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.530278 2.404444)"^^geo:wktLiteral ;
  geo-pos:lat "51.530278"^^xsd:decimal ;
  geo-pos:long "2.404444"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7076'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.404444'^^xsd:double;
  dwc:latitude '51.530278'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7076'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7078>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7078> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7078> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29621 3.06716)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29621"^^xsd:decimal ;
  dwc:decimalLongitude "3.06716"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7078>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29621 3.06716)"^^geo:wktLiteral ;
  geo-pos:lat "51.29621"^^xsd:decimal ;
  geo-pos:long "3.06716"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7078>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7078" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7078'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.06716'^^xsd:double;
  dwc:latitude '51.29621'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7078'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_632'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.16573 2.7598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.16573"^^xsd:decimal ;
  dwc:decimalLongitude "2.7598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.16573 2.7598)"^^geo:wktLiteral ;
  geo-pos:lat "51.16573"^^xsd:decimal ;
  geo-pos:long "2.7598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7096'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.7598'^^xsd:double;
  dwc:latitude '51.16573'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7096'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.258398 2.980642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.258398"^^xsd:decimal ;
  dwc:decimalLongitude "2.980642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.258398 2.980642)"^^geo:wktLiteral ;
  geo-pos:lat "51.258398"^^xsd:decimal ;
  geo-pos:long "2.980642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7097'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.980642'^^xsd:double;
  dwc:latitude '51.258398'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7097'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_633'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.223443 2.891178)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.223443"^^xsd:decimal ;
  dwc:decimalLongitude "2.891178"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.223443 2.891178)"^^geo:wktLiteral ;
  geo-pos:lat "51.223443"^^xsd:decimal ;
  geo-pos:long "2.891178"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7098'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.891178'^^xsd:double;
  dwc:latitude '51.223443'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7098'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7099'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7099'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_634'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7136'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7136'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_637'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7137'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7137'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_638'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7138'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7138'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_636'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7175'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7175'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7176'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7176'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_641'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7177'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7177'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_639'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7178'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7178'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7179'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7179'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_643'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.094851 2.554064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.094851"^^xsd:decimal ;
  dwc:decimalLongitude "2.554064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.094851 2.554064)"^^geo:wktLiteral ;
  geo-pos:lat "51.094851"^^xsd:decimal ;
  geo-pos:long "2.554064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7180'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.554064'^^xsd:double;
  dwc:latitude '51.094851'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7180'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_642'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7181'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7181'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7182'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7182'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.114994 2.614253)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.114994"^^xsd:decimal ;
  dwc:decimalLongitude "2.614253"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.114994 2.614253)"^^geo:wktLiteral ;
  geo-pos:lat "51.114994"^^xsd:decimal ;
  geo-pos:long "2.614253"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7183'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.614253'^^xsd:double;
  dwc:latitude '51.114994'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7183'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_644'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.245041 2.943628)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.245041"^^xsd:decimal ;
  dwc:decimalLongitude "2.943628"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.245041 2.943628)"^^geo:wktLiteral ;
  geo-pos:lat "51.245041"^^xsd:decimal ;
  geo-pos:long "2.943628"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7184'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.943628'^^xsd:double;
  dwc:latitude '51.245041'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7184'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7185>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7185> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7185> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7185>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7185>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7185" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7185'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7185'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_645'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.225955 2.898599)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.225955"^^xsd:decimal ;
  dwc:decimalLongitude "2.898599"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.225955 2.898599)"^^geo:wktLiteral ;
  geo-pos:lat "51.225955"^^xsd:decimal ;
  geo-pos:long "2.898599"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7195'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.898599'^^xsd:double;
  dwc:latitude '51.225955'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7195'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2044 2.851639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2044"^^xsd:decimal ;
  dwc:decimalLongitude "2.851639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2044 2.851639)"^^geo:wktLiteral ;
  geo-pos:lat "51.2044"^^xsd:decimal ;
  geo-pos:long "2.851639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7215'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.851639'^^xsd:double;
  dwc:latitude '51.2044'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7215'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.55)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.1"^^xsd:decimal ;
  dwc:decimalLongitude "2.55"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.1 2.55)"^^geo:wktLiteral ;
  geo-pos:lat "51.1"^^xsd:decimal ;
  geo-pos:long "2.55"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7216'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.55'^^xsd:double;
  dwc:latitude '51.1'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7216'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7217>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7217> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7217> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7217>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7217>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7217" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7217'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7217'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_650'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7218>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7218> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7218> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7218>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7218>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7218" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7218'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7218'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7219>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7219> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7219> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7219>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7219>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7219" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7219'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7219'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_646'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7220>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7220> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7220> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7220>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7220>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7220" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7220'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7220'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_649'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7221>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7221> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7221> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7221>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7221>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7221" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7221'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7221'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7222>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7222> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7222> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7222>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7222>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7222" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7222'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7222'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_651'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7224>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7224> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7224> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7224>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7224>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7224" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7224'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7224'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_652'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7225>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7225> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7225> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7225>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7225>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7225" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7225'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7225'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7226>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7226> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7226> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7226>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7226>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7226" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7226'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7226'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_657'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7227>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7227> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7227> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7227>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7227>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7227" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7227'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7227'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_654'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7228>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7228> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7228> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7228>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7228>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7228" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7228'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7228'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_660'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7229>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7229> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7229> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7229>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7229>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7229" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7229'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7229'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_655'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7230>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7230> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7230> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7230>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7230>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7230" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7230'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7230'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_656'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7231>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7231> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7231> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7231>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7231>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7231" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7231'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7231'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7232>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7232> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7232> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7232>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7232>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7232" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7232'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7232'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_658'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7233>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7233> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7233> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320582 3.139729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320582"^^xsd:decimal ;
  dwc:decimalLongitude "3.139729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7233>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320582 3.139729)"^^geo:wktLiteral ;
  geo-pos:lat "51.320582"^^xsd:decimal ;
  geo-pos:long "3.139729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7233>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7233" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7233'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139729'^^xsd:double;
  dwc:latitude '51.320582'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7233'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7234>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7234> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7234> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320556 3.139579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320556"^^xsd:decimal ;
  dwc:decimalLongitude "3.139579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7234>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320556 3.139579)"^^geo:wktLiteral ;
  geo-pos:lat "51.320556"^^xsd:decimal ;
  geo-pos:long "3.139579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7234>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7234" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7234'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139579'^^xsd:double;
  dwc:latitude '51.320556'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7234'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320556 3.139472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320556"^^xsd:decimal ;
  dwc:decimalLongitude "3.139472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320556 3.139472)"^^geo:wktLiteral ;
  geo-pos:lat "51.320556"^^xsd:decimal ;
  geo-pos:long "3.139472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7235'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139472'^^xsd:double;
  dwc:latitude '51.320556'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7235'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320676 3.139472)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320676"^^xsd:decimal ;
  dwc:decimalLongitude "3.139472"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320676 3.139472)"^^geo:wktLiteral ;
  geo-pos:lat "51.320676"^^xsd:decimal ;
  geo-pos:long "3.139472"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7236'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139472'^^xsd:double;
  dwc:latitude '51.320676'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7236'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320661 3.139536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320661"^^xsd:decimal ;
  dwc:decimalLongitude "3.139536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320661 3.139536)"^^geo:wktLiteral ;
  geo-pos:lat "51.320661"^^xsd:decimal ;
  geo-pos:long "3.139536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7237'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139536'^^xsd:double;
  dwc:latitude '51.320661'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7237'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7238'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7238'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7239'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7239'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7240'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7240'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_659'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7241'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7241'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7242'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7242'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7243'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7243'^^xsd:anyURI;
  dwc:observationDate '2016-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.256819 2.509003)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.256819"^^xsd:decimal ;
  dwc:decimalLongitude "2.509003"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.256819 2.509003)"^^geo:wktLiteral ;
  geo-pos:lat "51.256819"^^xsd:decimal ;
  geo-pos:long "2.509003"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7244'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.509003'^^xsd:double;
  dwc:latitude '51.256819'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7244'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.218359 2.526855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.218359"^^xsd:decimal ;
  dwc:decimalLongitude "2.526855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.218359 2.526855)"^^geo:wktLiteral ;
  geo-pos:lat "51.218359"^^xsd:decimal ;
  geo-pos:long "2.526855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7245'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.526855'^^xsd:double;
  dwc:latitude '51.218359'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7245'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7246'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7246'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_661'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7247'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7247'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7248'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7248'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7250'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7250'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_662'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7251'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7251'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_663'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7252'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7252'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_664'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7253'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7253'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_665'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7254'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7254'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7255'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7255'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7256'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7256'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_669'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7257'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7257'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_671'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7258'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7258'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_672'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7259'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7259'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7260>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7260> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7260> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7260>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7260>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7260" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7260'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7260'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_666'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7261>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7261> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7261> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7261>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7261>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7261" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7261'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7261'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_670'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7262>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7262> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7262> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7262>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7262>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7262" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7262'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7262'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_667'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7263>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7263> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7263> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7263>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7263>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7263" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7263'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7263'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_673'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7264>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7264> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7264> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7264>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7264>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7264" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7264'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7264'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_674'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7265>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7265> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7265> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7265>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7265>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7265" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7265'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7265'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7266>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7266> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7266> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7266>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7266>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7266" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7266'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7266'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7267>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7267> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7267> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7267>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7267>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7267" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7267'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7267'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_668'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7268>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7268> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7268> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234877 2.928157)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234877"^^xsd:decimal ;
  dwc:decimalLongitude "2.928157"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7268>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234877 2.928157)"^^geo:wktLiteral ;
  geo-pos:lat "51.234877"^^xsd:decimal ;
  geo-pos:long "2.928157"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7268>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7268" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7268'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.928157'^^xsd:double;
  dwc:latitude '51.234877'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7268'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7269>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7269> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7269> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7269>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7269>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7269" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7269'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7269'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7270>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7270> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7270> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7270>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7270>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7270" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7270'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7270'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7271>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7271> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7271> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320703 3.139558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320703"^^xsd:decimal ;
  dwc:decimalLongitude "3.139558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7271>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320703 3.139558)"^^geo:wktLiteral ;
  geo-pos:lat "51.320703"^^xsd:decimal ;
  geo-pos:long "3.139558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7271>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7271" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7271'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139558'^^xsd:double;
  dwc:latitude '51.320703'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7271'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7272>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7272> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7272> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14586 4.330502)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.14586"^^xsd:decimal ;
  dwc:decimalLongitude "4.330502"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7272>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.14586 4.330502)"^^geo:wktLiteral ;
  geo-pos:lat "51.14586"^^xsd:decimal ;
  geo-pos:long "4.330502"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7272>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7272" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7272'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.330502'^^xsd:double;
  dwc:latitude '51.14586'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7272'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7273>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7273> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7273> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7273>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7273>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7273" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7273'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7273'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7274>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7274> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7274> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7274>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7274>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7274" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7274'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7274'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7275'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7275'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7276'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7276'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7277'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7277'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7278'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7278'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7279'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7279'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_675'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.254988 2.526855)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.254988"^^xsd:decimal ;
  dwc:decimalLongitude "2.526855"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.254988 2.526855)"^^geo:wktLiteral ;
  geo-pos:lat "51.254988"^^xsd:decimal ;
  geo-pos:long "2.526855"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7280'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.526855'^^xsd:double;
  dwc:latitude '51.254988'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7280'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7281'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7281'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320649 3.139622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320649"^^xsd:decimal ;
  dwc:decimalLongitude "3.139622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320649 3.139622)"^^geo:wktLiteral ;
  geo-pos:lat "51.320649"^^xsd:decimal ;
  geo-pos:long "3.139622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7282'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139622'^^xsd:double;
  dwc:latitude '51.320649'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7282'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320649 3.139751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320649"^^xsd:decimal ;
  dwc:decimalLongitude "3.139751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320649 3.139751)"^^geo:wktLiteral ;
  geo-pos:lat "51.320649"^^xsd:decimal ;
  geo-pos:long "3.139751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7283'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139751'^^xsd:double;
  dwc:latitude '51.320649'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7283'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320756 3.139751)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320756"^^xsd:decimal ;
  dwc:decimalLongitude "3.139751"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320756 3.139751)"^^geo:wktLiteral ;
  geo-pos:lat "51.320756"^^xsd:decimal ;
  geo-pos:long "3.139751"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7284'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139751'^^xsd:double;
  dwc:latitude '51.320756'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7284'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320663 3.139558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320663"^^xsd:decimal ;
  dwc:decimalLongitude "3.139558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320663 3.139558)"^^geo:wktLiteral ;
  geo-pos:lat "51.320663"^^xsd:decimal ;
  geo-pos:long "3.139558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7285'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139558'^^xsd:double;
  dwc:latitude '51.320663'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7285'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320756 3.13988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320756"^^xsd:decimal ;
  dwc:decimalLongitude "3.13988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320756 3.13988)"^^geo:wktLiteral ;
  geo-pos:lat "51.320756"^^xsd:decimal ;
  geo-pos:long "3.13988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7286'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.13988'^^xsd:double;
  dwc:latitude '51.320756'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7286'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320636 3.139579)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320636"^^xsd:decimal ;
  dwc:decimalLongitude "3.139579"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320636 3.139579)"^^geo:wktLiteral ;
  geo-pos:lat "51.320636"^^xsd:decimal ;
  geo-pos:long "3.139579"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7287'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139579'^^xsd:double;
  dwc:latitude '51.320636'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7287'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7288'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7288'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7289>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7289> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7289> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7289>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7289>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7289" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7289'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7289'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7290'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7290'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7291'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7291'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082848 4.363332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.082848"^^xsd:decimal ;
  dwc:decimalLongitude "4.363332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.082848 4.363332)"^^geo:wktLiteral ;
  geo-pos:lat "51.082848"^^xsd:decimal ;
  geo-pos:long "4.363332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7292'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.363332'^^xsd:double;
  dwc:latitude '51.082848'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7292'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7293'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7293'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7294'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7294'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354812 3.28783)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354812"^^xsd:decimal ;
  dwc:decimalLongitude "3.28783"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354812 3.28783)"^^geo:wktLiteral ;
  geo-pos:lat "51.354812"^^xsd:decimal ;
  geo-pos:long "3.28783"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7295'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.28783'^^xsd:double;
  dwc:latitude '51.354812'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7295'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_676'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121252 4.306201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.121252"^^xsd:decimal ;
  dwc:decimalLongitude "4.306201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121252 4.306201)"^^geo:wktLiteral ;
  geo-pos:lat "51.121252"^^xsd:decimal ;
  geo-pos:long "4.306201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7296'^^xsd:anyURI;
  dwc:scientificName 'Monodon monoceros Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.306201'^^xsd:double;
  dwc:latitude '51.121252'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137116'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7296'^^xsd:anyURI;
  dwc:observationDate '2016-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137116'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7315'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7315'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_679'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.241418 2.937448)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.241418"^^xsd:decimal ;
  dwc:decimalLongitude "2.937448"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.241418 2.937448)"^^geo:wktLiteral ;
  geo-pos:lat "51.241418"^^xsd:decimal ;
  geo-pos:long "2.937448"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7316'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.937448'^^xsd:double;
  dwc:latitude '51.241418'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7316'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35183 3.281071)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35183"^^xsd:decimal ;
  dwc:decimalLongitude "3.281071"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35183 3.281071)"^^geo:wktLiteral ;
  geo-pos:lat "51.35183"^^xsd:decimal ;
  geo-pos:long "3.281071"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7317'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.281071'^^xsd:double;
  dwc:latitude '51.35183'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7317'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_680'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.301509 3.075678)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.301509"^^xsd:decimal ;
  dwc:decimalLongitude "3.075678"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.301509 3.075678)"^^geo:wktLiteral ;
  geo-pos:lat "51.301509"^^xsd:decimal ;
  geo-pos:long "3.075678"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7318'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.075678'^^xsd:double;
  dwc:latitude '51.301509'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7318'^^xsd:anyURI;
  dwc:observationDate '2016-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.199303 2.83915)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.199303"^^xsd:decimal ;
  dwc:decimalLongitude "2.83915"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.199303 2.83915)"^^geo:wktLiteral ;
  geo-pos:lat "51.199303"^^xsd:decimal ;
  geo-pos:long "2.83915"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7319'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.83915'^^xsd:double;
  dwc:latitude '51.199303'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7319'^^xsd:anyURI;
  dwc:observationDate '2016-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_681'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154751 2.727013)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.154751"^^xsd:decimal ;
  dwc:decimalLongitude "2.727013"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154751 2.727013)"^^geo:wktLiteral ;
  geo-pos:lat "51.154751"^^xsd:decimal ;
  geo-pos:long "2.727013"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7320'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.727013'^^xsd:double;
  dwc:latitude '51.154751'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7320'^^xsd:anyURI;
  dwc:observationDate '2016-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7321'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7321'^^xsd:anyURI;
  dwc:observationDate '2016-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7322'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7322'^^xsd:anyURI;
  dwc:observationDate '2016-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.201083 2.844086)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.201083"^^xsd:decimal ;
  dwc:decimalLongitude "2.844086"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.201083 2.844086)"^^geo:wktLiteral ;
  geo-pos:lat "51.201083"^^xsd:decimal ;
  geo-pos:long "2.844086"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7323'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.844086'^^xsd:double;
  dwc:latitude '51.201083'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7323'^^xsd:anyURI;
  dwc:observationDate '2016-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.321065 3.14136)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.321065"^^xsd:decimal ;
  dwc:decimalLongitude "3.14136"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.321065 3.14136)"^^geo:wktLiteral ;
  geo-pos:lat "51.321065"^^xsd:decimal ;
  geo-pos:long "3.14136"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7324'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.14136'^^xsd:double;
  dwc:latitude '51.321065'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7324'^^xsd:anyURI;
  dwc:observationDate '2016-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7335'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7335'^^xsd:anyURI;
  dwc:observationDate '2016-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.102403 2.581969)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.102403"^^xsd:decimal ;
  dwc:decimalLongitude "2.581969"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.102403 2.581969)"^^geo:wktLiteral ;
  geo-pos:lat "51.102403"^^xsd:decimal ;
  geo-pos:long "2.581969"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7336'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.581969'^^xsd:double;
  dwc:latitude '51.102403'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7336'^^xsd:anyURI;
  dwc:observationDate '2016-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134127 2.669849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.134127"^^xsd:decimal ;
  dwc:decimalLongitude "2.669849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.134127 2.669849)"^^geo:wktLiteral ;
  geo-pos:lat "51.134127"^^xsd:decimal ;
  geo-pos:long "2.669849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7337'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.669849'^^xsd:double;
  dwc:latitude '51.134127'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7337'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.125687 2.643059)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.125687"^^xsd:decimal ;
  dwc:decimalLongitude "2.643059"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.125687 2.643059)"^^geo:wktLiteral ;
  geo-pos:lat "51.125687"^^xsd:decimal ;
  geo-pos:long "2.643059"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7338'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.643059'^^xsd:double;
  dwc:latitude '51.125687'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7338'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_685'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10373 2.5861)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.10373"^^xsd:decimal ;
  dwc:decimalLongitude "2.5861"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.10373 2.5861)"^^geo:wktLiteral ;
  geo-pos:lat "51.10373"^^xsd:decimal ;
  geo-pos:long "2.5861"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7339'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.5861'^^xsd:double;
  dwc:latitude '51.10373'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7339'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_684'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7340'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7340'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_682'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.206573 2.852862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.206573"^^xsd:decimal ;
  dwc:decimalLongitude "2.852862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.206573 2.852862)"^^geo:wktLiteral ;
  geo-pos:lat "51.206573"^^xsd:decimal ;
  geo-pos:long "2.852862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7341'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.852862'^^xsd:double;
  dwc:latitude '51.206573'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7341'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_683'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7355'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7355'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_691'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7356'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7356'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_692'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.207759 2.857733)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.207759"^^xsd:decimal ;
  dwc:decimalLongitude "2.857733"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.207759 2.857733)"^^geo:wktLiteral ;
  geo-pos:lat "51.207759"^^xsd:decimal ;
  geo-pos:long "2.857733"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7357'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.857733'^^xsd:double;
  dwc:latitude '51.207759'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7357'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_686'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.319946 3.136704)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.319946"^^xsd:decimal ;
  dwc:decimalLongitude "3.136704"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.319946 3.136704)"^^geo:wktLiteral ;
  geo-pos:lat "51.319946"^^xsd:decimal ;
  geo-pos:long "3.136704"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7358'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.136704'^^xsd:double;
  dwc:latitude '51.319946'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7358'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7359'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7359'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.158307 2.738686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.158307"^^xsd:decimal ;
  dwc:decimalLongitude "2.738686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.158307 2.738686)"^^geo:wktLiteral ;
  geo-pos:lat "51.158307"^^xsd:decimal ;
  geo-pos:long "2.738686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7360'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.738686'^^xsd:double;
  dwc:latitude '51.158307'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7360'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_687'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.212819 2.867432)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.212819"^^xsd:decimal ;
  dwc:decimalLongitude "2.867432"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.212819 2.867432)"^^geo:wktLiteral ;
  geo-pos:lat "51.212819"^^xsd:decimal ;
  geo-pos:long "2.867432"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7361'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.867432'^^xsd:double;
  dwc:latitude '51.212819'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7361'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.165716 2.75598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.165716"^^xsd:decimal ;
  dwc:decimalLongitude "2.75598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.165716 2.75598)"^^geo:wktLiteral ;
  geo-pos:lat "51.165716"^^xsd:decimal ;
  geo-pos:long "2.75598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7362'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.75598'^^xsd:double;
  dwc:latitude '51.165716'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7362'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.191283 2.817671)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.191283"^^xsd:decimal ;
  dwc:decimalLongitude "2.817671"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.191283 2.817671)"^^geo:wktLiteral ;
  geo-pos:lat "51.191283"^^xsd:decimal ;
  geo-pos:long "2.817671"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7363'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.817671'^^xsd:double;
  dwc:latitude '51.191283'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7363'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7364'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7364'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249391 2.957468)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249391"^^xsd:decimal ;
  dwc:decimalLongitude "2.957468"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249391 2.957468)"^^geo:wktLiteral ;
  geo-pos:lat "51.249391"^^xsd:decimal ;
  geo-pos:long "2.957468"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7365'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.957468'^^xsd:double;
  dwc:latitude '51.249391'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7365'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7366>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7366> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7366> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7366>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7366>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7366" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7366'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7366'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7367'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7367'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7368'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7368'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7369>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7369> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7369> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.204233 2.849665)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.204233"^^xsd:decimal ;
  dwc:decimalLongitude "2.849665"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7369>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.204233 2.849665)"^^geo:wktLiteral ;
  geo-pos:lat "51.204233"^^xsd:decimal ;
  geo-pos:long "2.849665"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7369>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7369" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7369'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.849665'^^xsd:double;
  dwc:latitude '51.204233'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7369'^^xsd:anyURI;
  dwc:observationDate '2016-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7370>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7370> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7370> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7370>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7370>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7370" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7370'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7370'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7371'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7371'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_688'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7375'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7375'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7376'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7376'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.214866 2.873654)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.214866"^^xsd:decimal ;
  dwc:decimalLongitude "2.873654"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.214866 2.873654)"^^geo:wktLiteral ;
  geo-pos:lat "51.214866"^^xsd:decimal ;
  geo-pos:long "2.873654"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7377'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.873654'^^xsd:double;
  dwc:latitude '51.214866'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7377'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242894 2.937384)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.242894"^^xsd:decimal ;
  dwc:decimalLongitude "2.937384"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242894 2.937384)"^^geo:wktLiteral ;
  geo-pos:lat "51.242894"^^xsd:decimal ;
  geo-pos:long "2.937384"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7378'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.937384'^^xsd:double;
  dwc:latitude '51.242894'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7378'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7395'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7395'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.161084 2.747269)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.161084"^^xsd:decimal ;
  dwc:decimalLongitude "2.747269"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.161084 2.747269)"^^geo:wktLiteral ;
  geo-pos:lat "51.161084"^^xsd:decimal ;
  geo-pos:long "2.747269"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7396'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.747269'^^xsd:double;
  dwc:latitude '51.161084'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7396'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.355117 3.288968)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.355117"^^xsd:decimal ;
  dwc:decimalLongitude "3.288968"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.355117 3.288968)"^^geo:wktLiteral ;
  geo-pos:lat "51.355117"^^xsd:decimal ;
  geo-pos:long "3.288968"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7397'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.288968'^^xsd:double;
  dwc:latitude '51.355117'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7397'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7398'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7398'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7399'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7399'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7400>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7400> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7400> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7400>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7400>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7400" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7400'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7400'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7401'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7401'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_689'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7402>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7402> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7402> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7402>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7402>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7402" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7402'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7402'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_690'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7403>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7403> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7403> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7403>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7403>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7403" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7403'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7403'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7404>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7404> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7404> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154901 2.726412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.154901"^^xsd:decimal ;
  dwc:decimalLongitude "2.726412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7404>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154901 2.726412)"^^geo:wktLiteral ;
  geo-pos:lat "51.154901"^^xsd:decimal ;
  geo-pos:long "2.726412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7404>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7404" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7404'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.726412'^^xsd:double;
  dwc:latitude '51.154901'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7404'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7405>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7405> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7405> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.252874 2.96648)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.252874"^^xsd:decimal ;
  dwc:decimalLongitude "2.96648"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7405>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.252874 2.96648)"^^geo:wktLiteral ;
  geo-pos:lat "51.252874"^^xsd:decimal ;
  geo-pos:long "2.96648"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7405>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7405" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7405'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.96648'^^xsd:double;
  dwc:latitude '51.252874'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7405'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7406>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7406> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7406> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7406>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7406>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7406" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7406'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7406'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7407>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7407> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7407> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.008387 3.879461)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.008387"^^xsd:decimal ;
  dwc:decimalLongitude "3.879461"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7407>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.008387 3.879461)"^^geo:wktLiteral ;
  geo-pos:lat "51.008387"^^xsd:decimal ;
  geo-pos:long "3.879461"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7407>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7407" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7407'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.879461'^^xsd:double;
  dwc:latitude '51.008387'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead inland'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7407'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7408>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7408> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7408> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.236056 2.916806)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.236056"^^xsd:decimal ;
  dwc:decimalLongitude "2.916806"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7408>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.236056 2.916806)"^^geo:wktLiteral ;
  geo-pos:lat "51.236056"^^xsd:decimal ;
  geo-pos:long "2.916806"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7408>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7408" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7408'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.916806'^^xsd:double;
  dwc:latitude '51.236056'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7408'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7409>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7409> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7409> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.177848 2.789154)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.177848"^^xsd:decimal ;
  dwc:decimalLongitude "2.789154"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7409>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.177848 2.789154)"^^geo:wktLiteral ;
  geo-pos:lat "51.177848"^^xsd:decimal ;
  geo-pos:long "2.789154"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7409>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7409" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7409'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.789154'^^xsd:double;
  dwc:latitude '51.177848'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7409'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_693'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7410>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7410> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7410> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7410>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7410>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7410" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7410'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7410'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7411>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7411> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7411> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.207767 2.857754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.207767"^^xsd:decimal ;
  dwc:decimalLongitude "2.857754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7411>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.207767 2.857754)"^^geo:wktLiteral ;
  geo-pos:lat "51.207767"^^xsd:decimal ;
  geo-pos:long "2.857754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7411>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7411" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7411'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.857754'^^xsd:double;
  dwc:latitude '51.207767'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7411'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7415'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7415'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7416>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7416> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7416> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7416>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7416>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7416" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7416'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7416'^^xsd:anyURI;
  dwc:observationDate '2016-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7417>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7417> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7417> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7417>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7417>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7417" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7417'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7417'^^xsd:anyURI;
  dwc:observationDate '2016-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7435'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7435'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7436>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7436> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7436> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7436>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7436>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7436" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7436'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7436'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7437>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7437> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7437> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7437>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7437>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7437" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7437'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7437'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7438>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7438> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7438> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.307987 3.095484)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.307987"^^xsd:decimal ;
  dwc:decimalLongitude "3.095484"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7438>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.307987 3.095484)"^^geo:wktLiteral ;
  geo-pos:lat "51.307987"^^xsd:decimal ;
  geo-pos:long "3.095484"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7438>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7438" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7438'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.095484'^^xsd:double;
  dwc:latitude '51.307987'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7438'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7439>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7439> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7439> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.24285 2.924209)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.24285"^^xsd:decimal ;
  dwc:decimalLongitude "2.924209"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7439>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.24285 2.924209)"^^geo:wktLiteral ;
  geo-pos:lat "51.24285"^^xsd:decimal ;
  geo-pos:long "2.924209"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7439>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7439" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7439'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.924209'^^xsd:double;
  dwc:latitude '51.24285'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7439'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7440>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7440> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7440> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112 2.609639)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112"^^xsd:decimal ;
  dwc:decimalLongitude "2.609639"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7440>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112 2.609639)"^^geo:wktLiteral ;
  geo-pos:lat "51.112"^^xsd:decimal ;
  geo-pos:long "2.609639"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7440>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7440" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7440'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.609639'^^xsd:double;
  dwc:latitude '51.112'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7440'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7441>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7441> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7441> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7441>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7441>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7441" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7441'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7441'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_694'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7442>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7442> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7442> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.142507 2.697251)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.142507"^^xsd:decimal ;
  dwc:decimalLongitude "2.697251"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7442>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.142507 2.697251)"^^geo:wktLiteral ;
  geo-pos:lat "51.142507"^^xsd:decimal ;
  geo-pos:long "2.697251"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7442>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7442" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7442'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.697251'^^xsd:double;
  dwc:latitude '51.142507'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7442'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7443>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7443> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7443> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7443>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7443>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7443" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7443'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7443'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7444>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7444> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7444> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7444>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7444>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7444" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7444'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7444'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7445>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7445> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7445> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7445>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7445>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7445" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7445'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7445'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7446>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7446> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7446> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.149305 2.645645)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.149305"^^xsd:decimal ;
  dwc:decimalLongitude "2.645645"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7446>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.149305 2.645645)"^^geo:wktLiteral ;
  geo-pos:lat "51.149305"^^xsd:decimal ;
  geo-pos:long "2.645645"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7446>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7446" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7446'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.645645'^^xsd:double;
  dwc:latitude '51.149305'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7446'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7447>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7447> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7447> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.200658 2.841768)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.200658"^^xsd:decimal ;
  dwc:decimalLongitude "2.841768"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7447>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.200658 2.841768)"^^geo:wktLiteral ;
  geo-pos:lat "51.200658"^^xsd:decimal ;
  geo-pos:long "2.841768"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7447>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7447" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7447'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.841768'^^xsd:double;
  dwc:latitude '51.200658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7447'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7448>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7448> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7448> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.162023 2.750809)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.162023"^^xsd:decimal ;
  dwc:decimalLongitude "2.750809"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7448>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.162023 2.750809)"^^geo:wktLiteral ;
  geo-pos:lat "51.162023"^^xsd:decimal ;
  geo-pos:long "2.750809"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7448>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7448" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7448'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.750809'^^xsd:double;
  dwc:latitude '51.162023'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7448'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7449>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7449> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7449> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.212166 2.868891)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.212166"^^xsd:decimal ;
  dwc:decimalLongitude "2.868891"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7449>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.212166 2.868891)"^^geo:wktLiteral ;
  geo-pos:lat "51.212166"^^xsd:decimal ;
  geo-pos:long "2.868891"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7449>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7449" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7449'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.868891'^^xsd:double;
  dwc:latitude '51.212166'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7449'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7450>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7450> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7450> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.181598 2.710662)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.181598"^^xsd:decimal ;
  dwc:decimalLongitude "2.710662"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7450>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.181598 2.710662)"^^geo:wktLiteral ;
  geo-pos:lat "51.181598"^^xsd:decimal ;
  geo-pos:long "2.710662"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7450>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7450" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7450'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.710662'^^xsd:double;
  dwc:latitude '51.181598'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7450'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7451>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7451> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7451> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.295023 3.065078)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.295023"^^xsd:decimal ;
  dwc:decimalLongitude "3.065078"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7451>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.295023 3.065078)"^^geo:wktLiteral ;
  geo-pos:lat "51.295023"^^xsd:decimal ;
  geo-pos:long "3.065078"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7451>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7451" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7451'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.065078'^^xsd:double;
  dwc:latitude '51.295023'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7451'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7452>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7452> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7452> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7452>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7452>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7452" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7452'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7452'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7453>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7453> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7453> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.304246 3.084111)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.304246"^^xsd:decimal ;
  dwc:decimalLongitude "3.084111"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7453>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.304246 3.084111)"^^geo:wktLiteral ;
  geo-pos:lat "51.304246"^^xsd:decimal ;
  geo-pos:long "3.084111"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7453>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7453" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7453'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.084111'^^xsd:double;
  dwc:latitude '51.304246'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7453'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_695'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.308196 3.096299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.308196"^^xsd:decimal ;
  dwc:decimalLongitude "3.096299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.308196 3.096299)"^^geo:wktLiteral ;
  geo-pos:lat "51.308196"^^xsd:decimal ;
  geo-pos:long "3.096299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7455'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.096299'^^xsd:double;
  dwc:latitude '51.308196'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7455'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7456>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7456> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7456> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.261889 2.990212)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.261889"^^xsd:decimal ;
  dwc:decimalLongitude "2.990212"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7456>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.261889 2.990212)"^^geo:wktLiteral ;
  geo-pos:lat "51.261889"^^xsd:decimal ;
  geo-pos:long "2.990212"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7456>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7456" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7456'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.990212'^^xsd:double;
  dwc:latitude '51.261889'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7456'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7457'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7457'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310662 3.103123)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310662"^^xsd:decimal ;
  dwc:decimalLongitude "3.103123"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310662 3.103123)"^^geo:wktLiteral ;
  geo-pos:lat "51.310662"^^xsd:decimal ;
  geo-pos:long "3.103123"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7458'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.103123'^^xsd:double;
  dwc:latitude '51.310662'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7458'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.255107 2.972939)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.255107"^^xsd:decimal ;
  dwc:decimalLongitude "2.972939"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.255107 2.972939)"^^geo:wktLiteral ;
  geo-pos:lat "51.255107"^^xsd:decimal ;
  geo-pos:long "2.972939"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7459'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.972939'^^xsd:double;
  dwc:latitude '51.255107'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7459'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.200966 2.842562)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.200966"^^xsd:decimal ;
  dwc:decimalLongitude "2.842562"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.200966 2.842562)"^^geo:wktLiteral ;
  geo-pos:lat "51.200966"^^xsd:decimal ;
  geo-pos:long "2.842562"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7460'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.842562'^^xsd:double;
  dwc:latitude '51.200966'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7460'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166775 2.762997)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.166775"^^xsd:decimal ;
  dwc:decimalLongitude "2.762997"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166775 2.762997)"^^geo:wktLiteral ;
  geo-pos:lat "51.166775"^^xsd:decimal ;
  geo-pos:long "2.762997"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7461'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.762997'^^xsd:double;
  dwc:latitude '51.166775'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7461'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7462>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7462> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7462> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7462>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7462>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7462" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7462'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7462'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7463'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7463'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7464>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7464> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7464> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7464>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7464>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7464" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7464'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7464'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7466>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7466> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7466> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7466>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7466>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7466" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7466'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7466'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.309932 3.101084)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.309932"^^xsd:decimal ;
  dwc:decimalLongitude "3.101084"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.309932 3.101084)"^^geo:wktLiteral ;
  geo-pos:lat "51.309932"^^xsd:decimal ;
  geo-pos:long "3.101084"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7475'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.101084'^^xsd:double;
  dwc:latitude '51.309932'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7475'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7476>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7476> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7476> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.18818 2.812023)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.18818"^^xsd:decimal ;
  dwc:decimalLongitude "2.812023"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7476>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.18818 2.812023)"^^geo:wktLiteral ;
  geo-pos:lat "51.18818"^^xsd:decimal ;
  geo-pos:long "2.812023"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7476>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7476" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7476'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.812023'^^xsd:double;
  dwc:latitude '51.18818'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7476'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7478>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7478> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7478> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7478>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7478>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7478" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7478'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7478'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7479>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7479> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7479> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310627 3.104239)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310627"^^xsd:decimal ;
  dwc:decimalLongitude "3.104239"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7479>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310627 3.104239)"^^geo:wktLiteral ;
  geo-pos:lat "51.310627"^^xsd:decimal ;
  geo-pos:long "3.104239"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7479>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7479" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7479'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.104239'^^xsd:double;
  dwc:latitude '51.310627'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7479'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7480>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7480> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7480> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366667 2.825)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.366667"^^xsd:decimal ;
  dwc:decimalLongitude "2.825"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7480>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366667 2.825)"^^geo:wktLiteral ;
  geo-pos:lat "51.366667"^^xsd:decimal ;
  geo-pos:long "2.825"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7480>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7480" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7480'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.825'^^xsd:double;
  dwc:latitude '51.366667'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7480'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7481>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7481> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7481> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7481>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7481>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7481" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7481'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7481'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7482>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7482> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7482> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.345557 3.227105)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.345557"^^xsd:decimal ;
  dwc:decimalLongitude "3.227105"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7482>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.345557 3.227105)"^^geo:wktLiteral ;
  geo-pos:lat "51.345557"^^xsd:decimal ;
  geo-pos:long "3.227105"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7482>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7482" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7482'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.227105'^^xsd:double;
  dwc:latitude '51.345557'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7482'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7483>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7483> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7483> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7483>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7483>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7483" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7483'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7483'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7484>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7484> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7484> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7484>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7484>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7484" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7484'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7484'^^xsd:anyURI;
  dwc:observationDate '2016-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7485>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7485> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7485> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7485>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7485>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7485" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7485'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7485'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7486>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7486> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7486> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7486>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7486>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7486" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7486'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7486'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7487>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7487> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7487> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31055 3.10264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31055"^^xsd:decimal ;
  dwc:decimalLongitude "3.10264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7487>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31055 3.10264)"^^geo:wktLiteral ;
  geo-pos:lat "51.31055"^^xsd:decimal ;
  geo-pos:long "3.10264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7487>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7487" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7487'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.10264'^^xsd:double;
  dwc:latitude '51.31055'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7487'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7488>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7488> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7488> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.101655 2.581133)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.101655"^^xsd:decimal ;
  dwc:decimalLongitude "2.581133"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7488>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.101655 2.581133)"^^geo:wktLiteral ;
  geo-pos:lat "51.101655"^^xsd:decimal ;
  geo-pos:long "2.581133"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7488>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7488" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7488'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.581133'^^xsd:double;
  dwc:latitude '51.101655'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7488'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7489>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7489> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7489> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7489>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7489>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7489" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7489'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7489'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7490>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7490> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7490> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7490>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7490>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7490" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7490'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7490'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7491>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7491> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7491> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7491>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7491>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7491" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7491'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7491'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7492>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7492> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7492> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7492>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7492>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7492" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7492'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7492'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7493>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7493> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7493> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.090821 2.550963)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.090821"^^xsd:decimal ;
  dwc:decimalLongitude "2.550963"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7493>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.090821 2.550963)"^^geo:wktLiteral ;
  geo-pos:lat "51.090821"^^xsd:decimal ;
  geo-pos:long "2.550963"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7493>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7493" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7493'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.550963'^^xsd:double;
  dwc:latitude '51.090821'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7493'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7494>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7494> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7494> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.132348 2.663589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.132348"^^xsd:decimal ;
  dwc:decimalLongitude "2.663589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7494>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.132348 2.663589)"^^geo:wktLiteral ;
  geo-pos:lat "51.132348"^^xsd:decimal ;
  geo-pos:long "2.663589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7494>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7494" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7494'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.663589'^^xsd:double;
  dwc:latitude '51.132348'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7494'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7495'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7495'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7496'^^xsd:anyURI;
  dwc:scientificName 'Phocidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '136976'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7496'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '136976'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7497>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7497> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7497> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7497>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7497>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7497" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7497'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7497'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7498>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7498> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7498> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7498>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7498>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7498" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7498'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7498'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7499>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7499> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7499> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.301545 4.283422)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.301545"^^xsd:decimal ;
  dwc:decimalLongitude "4.283422"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7499>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.301545 4.283422)"^^geo:wktLiteral ;
  geo-pos:lat "51.301545"^^xsd:decimal ;
  geo-pos:long "4.283422"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7499>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7499" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7499'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.283422'^^xsd:double;
  dwc:latitude '51.301545'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead inland'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7499'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310369 3.118626)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310369"^^xsd:decimal ;
  dwc:decimalLongitude "3.118626"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310369 3.118626)"^^geo:wktLiteral ;
  geo-pos:lat "51.310369"^^xsd:decimal ;
  geo-pos:long "3.118626"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7515'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.118626'^^xsd:double;
  dwc:latitude '51.310369'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7515'^^xsd:anyURI;
  dwc:observationDate '2016-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7516'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7516'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320521 3.139622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320521"^^xsd:decimal ;
  dwc:decimalLongitude "3.139622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320521 3.139622)"^^geo:wktLiteral ;
  geo-pos:lat "51.320521"^^xsd:decimal ;
  geo-pos:long "3.139622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7517'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139622'^^xsd:double;
  dwc:latitude '51.320521'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7517'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320585 3.139708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320585"^^xsd:decimal ;
  dwc:decimalLongitude "3.139708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320585 3.139708)"^^geo:wktLiteral ;
  geo-pos:lat "51.320585"^^xsd:decimal ;
  geo-pos:long "3.139708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7518'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139708'^^xsd:double;
  dwc:latitude '51.320585'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7518'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320574 3.139837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320574"^^xsd:decimal ;
  dwc:decimalLongitude "3.139837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320574 3.139837)"^^geo:wktLiteral ;
  geo-pos:lat "51.320574"^^xsd:decimal ;
  geo-pos:long "3.139837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7519'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139837'^^xsd:double;
  dwc:latitude '51.320574'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7519'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320601 3.139837)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320601"^^xsd:decimal ;
  dwc:decimalLongitude "3.139837"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320601 3.139837)"^^geo:wktLiteral ;
  geo-pos:lat "51.320601"^^xsd:decimal ;
  geo-pos:long "3.139837"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7520'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139837'^^xsd:double;
  dwc:latitude '51.320601'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7520'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320607 3.139708)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320607"^^xsd:decimal ;
  dwc:decimalLongitude "3.139708"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320607 3.139708)"^^geo:wktLiteral ;
  geo-pos:lat "51.320607"^^xsd:decimal ;
  geo-pos:long "3.139708"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7522'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139708'^^xsd:double;
  dwc:latitude '51.320607'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7522'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320569 3.139536)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320569"^^xsd:decimal ;
  dwc:decimalLongitude "3.139536"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320569 3.139536)"^^geo:wktLiteral ;
  geo-pos:lat "51.320569"^^xsd:decimal ;
  geo-pos:long "3.139536"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7523'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139536'^^xsd:double;
  dwc:latitude '51.320569'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7523'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7524'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7524'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_700'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7525>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7525> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7525> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7525>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7525>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7525" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7525'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7525'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7526>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7526> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7526> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7526>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7526>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7526" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7526'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7526'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7527>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7527> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7527> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7527>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7527>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7527" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7527'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7527'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.315557 3.218908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.315557"^^xsd:decimal ;
  dwc:decimalLongitude "3.218908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.315557 3.218908)"^^geo:wktLiteral ;
  geo-pos:lat "51.315557"^^xsd:decimal ;
  geo-pos:long "3.218908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7615'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.218908'^^xsd:double;
  dwc:latitude '51.315557'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7615'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331434 3.17522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331434"^^xsd:decimal ;
  dwc:decimalLongitude "3.17522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331434 3.17522)"^^geo:wktLiteral ;
  geo-pos:lat "51.331434"^^xsd:decimal ;
  geo-pos:long "3.17522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7616'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.17522'^^xsd:double;
  dwc:latitude '51.331434'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7616'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240253 2.933908)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.240253"^^xsd:decimal ;
  dwc:decimalLongitude "2.933908"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.240253 2.933908)"^^geo:wktLiteral ;
  geo-pos:lat "51.240253"^^xsd:decimal ;
  geo-pos:long "2.933908"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7617'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.933908'^^xsd:double;
  dwc:latitude '51.240253'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7617'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.30965 3.100977)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.30965"^^xsd:decimal ;
  dwc:decimalLongitude "3.100977"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.30965 3.100977)"^^geo:wktLiteral ;
  geo-pos:lat "51.30965"^^xsd:decimal ;
  geo-pos:long "3.100977"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7618'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.100977'^^xsd:double;
  dwc:latitude '51.30965'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7618'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366043 3.355207)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.366043"^^xsd:decimal ;
  dwc:decimalLongitude "3.355207"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.366043 3.355207)"^^geo:wktLiteral ;
  geo-pos:lat "51.366043"^^xsd:decimal ;
  geo-pos:long "3.355207"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7621'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.355207'^^xsd:double;
  dwc:latitude '51.366043'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7621'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7622'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7622'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7623'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7623'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320581 3.139515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320581"^^xsd:decimal ;
  dwc:decimalLongitude "3.139515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320581 3.139515)"^^geo:wktLiteral ;
  geo-pos:lat "51.320581"^^xsd:decimal ;
  geo-pos:long "3.139515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7624'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139515'^^xsd:double;
  dwc:latitude '51.320581'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7624'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7625>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7625> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7625> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320659 3.139901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320659"^^xsd:decimal ;
  dwc:decimalLongitude "3.139901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7625>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320659 3.139901)"^^geo:wktLiteral ;
  geo-pos:lat "51.320659"^^xsd:decimal ;
  geo-pos:long "3.139901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7625>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7625" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7625'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139901'^^xsd:double;
  dwc:latitude '51.320659'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7625'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7626>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7626> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7626> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320631 3.139601)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320631"^^xsd:decimal ;
  dwc:decimalLongitude "3.139601"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7626>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320631 3.139601)"^^geo:wktLiteral ;
  geo-pos:lat "51.320631"^^xsd:decimal ;
  geo-pos:long "3.139601"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7626>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7626" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7626'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139601'^^xsd:double;
  dwc:latitude '51.320631'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7626'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7627>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7627> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7627> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320635 3.139515)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320635"^^xsd:decimal ;
  dwc:decimalLongitude "3.139515"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7627>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320635 3.139515)"^^geo:wktLiteral ;
  geo-pos:lat "51.320635"^^xsd:decimal ;
  geo-pos:long "3.139515"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7627>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7627" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7627'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139515'^^xsd:double;
  dwc:latitude '51.320635'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7627'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7628>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7628> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7628> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320688 3.139772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320688"^^xsd:decimal ;
  dwc:decimalLongitude "3.139772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7628>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320688 3.139772)"^^geo:wktLiteral ;
  geo-pos:lat "51.320688"^^xsd:decimal ;
  geo-pos:long "3.139772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7628>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7628" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7628'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139772'^^xsd:double;
  dwc:latitude '51.320688'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7628'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7629>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7629> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7629> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320553 3.139558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320553"^^xsd:decimal ;
  dwc:decimalLongitude "3.139558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7629>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320553 3.139558)"^^geo:wktLiteral ;
  geo-pos:lat "51.320553"^^xsd:decimal ;
  geo-pos:long "3.139558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7629>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7629" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7629'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139558'^^xsd:double;
  dwc:latitude '51.320553'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7629'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7630>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7630> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7630> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7630>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7630>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7630" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7630'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7630'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7631>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7631> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7631> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7631>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7631>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7631" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7631'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7631'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7635'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7635'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7636'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7636'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7637>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7637> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7637> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7637>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7637>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7637" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7637'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7637'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7638>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7638> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7638> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7638>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7638>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7638" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7638'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7638'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7639>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7639> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7639> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7639>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7639>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7639" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7639'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7639'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7640>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7640> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7640> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7640>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7640>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7640" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7640'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7640'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7641>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7641> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7641> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320657 3.139622)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320657"^^xsd:decimal ;
  dwc:decimalLongitude "3.139622"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7641>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320657 3.139622)"^^geo:wktLiteral ;
  geo-pos:lat "51.320657"^^xsd:decimal ;
  geo-pos:long "3.139622"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7641>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7641" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7641'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139622'^^xsd:double;
  dwc:latitude '51.320657'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7641'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7642>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7642> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7642> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320521 3.139558)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320521"^^xsd:decimal ;
  dwc:decimalLongitude "3.139558"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7642>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320521 3.139558)"^^geo:wktLiteral ;
  geo-pos:lat "51.320521"^^xsd:decimal ;
  geo-pos:long "3.139558"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7642>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7642" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7642'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139558'^^xsd:double;
  dwc:latitude '51.320521'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7642'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7643>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7643> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7643> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320617 3.139493)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.320617"^^xsd:decimal ;
  dwc:decimalLongitude "3.139493"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7643>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.320617 3.139493)"^^geo:wktLiteral ;
  geo-pos:lat "51.320617"^^xsd:decimal ;
  geo-pos:long "3.139493"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7643>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7643" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7643'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139493'^^xsd:double;
  dwc:latitude '51.320617'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7643'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7644>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7644> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7644> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7644>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7644>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7644" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7644'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7644'^^xsd:anyURI;
  dwc:observationDate '2016-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.496667 2.665667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.496667"^^xsd:decimal ;
  dwc:decimalLongitude "2.665667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.496667 2.665667)"^^geo:wktLiteral ;
  geo-pos:lat "51.496667"^^xsd:decimal ;
  geo-pos:long "2.665667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7655'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata (Lacépède 1804)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.665667'^^xsd:double;
  dwc:latitude '51.496667'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7655'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.321395 3.212214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.321395"^^xsd:decimal ;
  dwc:decimalLongitude "3.212214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.321395 3.212214)"^^geo:wktLiteral ;
  geo-pos:lat "51.321395"^^xsd:decimal ;
  geo-pos:long "3.212214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7656'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.212214'^^xsd:double;
  dwc:latitude '51.321395'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7656'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277293 3.212471)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.277293"^^xsd:decimal ;
  dwc:decimalLongitude "3.212471"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277293 3.212471)"^^geo:wktLiteral ;
  geo-pos:lat "51.277293"^^xsd:decimal ;
  geo-pos:long "3.212471"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7657'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.212471'^^xsd:double;
  dwc:latitude '51.277293'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7657'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310383 3.203201)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310383"^^xsd:decimal ;
  dwc:decimalLongitude "3.203201"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310383 3.203201)"^^geo:wktLiteral ;
  geo-pos:lat "51.310383"^^xsd:decimal ;
  geo-pos:long "3.203201"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7658'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.203201'^^xsd:double;
  dwc:latitude '51.310383'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7658'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.322605 3.223629)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.322605"^^xsd:decimal ;
  dwc:decimalLongitude "3.223629"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.322605 3.223629)"^^geo:wktLiteral ;
  geo-pos:lat "51.322605"^^xsd:decimal ;
  geo-pos:long "3.223629"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7659'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.223629'^^xsd:double;
  dwc:latitude '51.322605'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7659'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7660'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7660'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7661'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7661'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_703'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09163 2.553849)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.09163"^^xsd:decimal ;
  dwc:decimalLongitude "2.553849"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.09163 2.553849)"^^geo:wktLiteral ;
  geo-pos:lat "51.09163"^^xsd:decimal ;
  geo-pos:long "2.553849"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7662'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.553849'^^xsd:double;
  dwc:latitude '51.09163'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7662'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_704'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.253484 2.967296)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.253484"^^xsd:decimal ;
  dwc:decimalLongitude "2.967296"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.253484 2.967296)"^^geo:wktLiteral ;
  geo-pos:lat "51.253484"^^xsd:decimal ;
  geo-pos:long "2.967296"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7663'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.967296'^^xsd:double;
  dwc:latitude '51.253484'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7663'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275936 3.022656)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.275936"^^xsd:decimal ;
  dwc:decimalLongitude "3.022656"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.275936 3.022656)"^^geo:wktLiteral ;
  geo-pos:lat "51.275936"^^xsd:decimal ;
  geo-pos:long "3.022656"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7665'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.022656'^^xsd:double;
  dwc:latitude '51.275936'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7665'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7666'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7666'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7667'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7667'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7668'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7668'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7669'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7669'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7670'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7670'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7671'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7671'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7672>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7672> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7672> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7672>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7672>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7672" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7672'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7672'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_000'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7673'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7673'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_701'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7674'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7674'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_705'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.332765 3.177795)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.332765"^^xsd:decimal ;
  dwc:decimalLongitude "3.177795"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.332765 3.177795)"^^geo:wktLiteral ;
  geo-pos:lat "51.332765"^^xsd:decimal ;
  geo-pos:long "3.177795"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7675'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.177795'^^xsd:double;
  dwc:latitude '51.332765'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7675'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_702'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7676'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7676'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7677'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7677'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_471'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7678'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7678'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7679'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7679'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7680'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7680'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_706'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7681'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7681'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7682'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7682'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7695'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7695'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7696>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7696> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7696> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7696>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7696>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7696" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7696'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7696'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_707'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7697>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7697> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7697> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.206741 2.843142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.206741"^^xsd:decimal ;
  dwc:decimalLongitude "2.843142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7697>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.206741 2.843142)"^^geo:wktLiteral ;
  geo-pos:lat "51.206741"^^xsd:decimal ;
  geo-pos:long "2.843142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7697>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7697" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7697'^^xsd:anyURI;
  dwc:scientificName 'Balaena mysticetus Linnaeus, 1758'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.843142'^^xsd:double;
  dwc:latitude '51.206741'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137086'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7697'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137086'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7698>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7698> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7698> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310459 3.20303)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310459"^^xsd:decimal ;
  dwc:decimalLongitude "3.20303"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7698>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310459 3.20303)"^^geo:wktLiteral ;
  geo-pos:lat "51.310459"^^xsd:decimal ;
  geo-pos:long "3.20303"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7698>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7698" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7698'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20303'^^xsd:double;
  dwc:latitude '51.310459'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7698'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7699>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7699> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7699> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7699>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7699>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7699" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7699'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7699'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7700>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7700> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7700> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7700>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7700>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7700" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7700'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7700'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7701>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7701> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7701> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7701>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7701>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7701" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7701'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7701'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7702>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7702> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7702> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7702>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7702>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7702" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7702'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7702'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7703>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7703> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7703> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7703>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7703>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7703" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7703'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7703'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_708'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7704>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7704> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7704> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154535 2.726669)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.154535"^^xsd:decimal ;
  dwc:decimalLongitude "2.726669"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7704>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154535 2.726669)"^^geo:wktLiteral ;
  geo-pos:lat "51.154535"^^xsd:decimal ;
  geo-pos:long "2.726669"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7704>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7704" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7704'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.726669'^^xsd:double;
  dwc:latitude '51.154535'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7704'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_712'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7705>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7705> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7705> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7705>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7705>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7705" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7705'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7705'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7706>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7706> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7706> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7706>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7706>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7706" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7706'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7706'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7707>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7707> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7707> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7707>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7707>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7707" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7707'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7707'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_713'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7708>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7708> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7708> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7708>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7708>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7708" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7708'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7708'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7709>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7709> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7709> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7709>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7709>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7709" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7709'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7709'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7710>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7710> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7710> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7710>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7710>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7710" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7710'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7710'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7711>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7711> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7711> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7711>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7711>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7711" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7711'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7711'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_709'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7712>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7712> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7712> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.236289 2.917557)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.236289"^^xsd:decimal ;
  dwc:decimalLongitude "2.917557"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7712>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.236289 2.917557)"^^geo:wktLiteral ;
  geo-pos:lat "51.236289"^^xsd:decimal ;
  geo-pos:long "2.917557"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7712>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7712" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7712'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.917557'^^xsd:double;
  dwc:latitude '51.236289'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7712'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7713>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7713> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7713> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.237054 2.932534)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.237054"^^xsd:decimal ;
  dwc:decimalLongitude "2.932534"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7713>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.237054 2.932534)"^^geo:wktLiteral ;
  geo-pos:lat "51.237054"^^xsd:decimal ;
  geo-pos:long "2.932534"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7713>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7713" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7713'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.932534'^^xsd:double;
  dwc:latitude '51.237054'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7713'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7714>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7714> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7714> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7714>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7714>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7714" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7714'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7714'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7715'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7715'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_714'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7735>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7735> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7735> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7735>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7735>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7735" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7735'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7735'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7736>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7736> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7736> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7736>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7736>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7736" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7736'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7736'^^xsd:anyURI;
  dwc:observationDate '2017-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7737'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7737'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7738'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7738'^^xsd:anyURI;
  dwc:observationDate '2017-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7740>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7740> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7740> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7740>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7740>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7740" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7740'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7740'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7741>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7741> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7741> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7741>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7741>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7741" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7741'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7741'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7755>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7755> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7755> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7755>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7755>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7755" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7755'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7755'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7756'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7756'^^xsd:anyURI;
  dwc:observationDate '2017-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7757'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7757'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7758'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7758'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7759'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7759'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7760>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7760> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7760> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7760>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7760>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7760" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7760'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7760'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7761>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7761> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7761> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7761>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7761>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7761" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7761'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7761'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7762>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7762> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7762> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7762>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7762>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7762" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7762'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7762'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_714'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7764>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7764> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7764> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7764>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7764>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7764" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7764'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7764'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7765>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7765> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7765> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277113 3.212214)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.277113"^^xsd:decimal ;
  dwc:decimalLongitude "3.212214"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7765>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277113 3.212214)"^^geo:wktLiteral ;
  geo-pos:lat "51.277113"^^xsd:decimal ;
  geo-pos:long "3.212214"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7765>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7765" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7765'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.212214'^^xsd:double;
  dwc:latitude '51.277113'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7765'^^xsd:anyURI;
  dwc:observationDate '2017-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7766>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7766> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7766> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.098882 2.568827)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.098882"^^xsd:decimal ;
  dwc:decimalLongitude "2.568827"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7766>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.098882 2.568827)"^^geo:wktLiteral ;
  geo-pos:lat "51.098882"^^xsd:decimal ;
  geo-pos:long "2.568827"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7766>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7766" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7766'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.568827'^^xsd:double;
  dwc:latitude '51.098882'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7766'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7767>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7767> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7767> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7767>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7767>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7767" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7767'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7767'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_715'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7768>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7768> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7768> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7768>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7768>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7768" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7768'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7768'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7769>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7769> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7769> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7769>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7769>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7769" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7769'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7769'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7770>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7770> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7770> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7770>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7770>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7770" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7770'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7770'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_716'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7771>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7771> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7771> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7771>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7771>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7771" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7771'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7771'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7773>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7773> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7773> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7773>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7773>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7773" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7773'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7773'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7774>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7774> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7774> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7774>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F7774>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/7774" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/7774'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/7774'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8092>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8092> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8092> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.17933 2.718667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.17933"^^xsd:decimal ;
  dwc:decimalLongitude "2.718667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8092>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.17933 2.718667)"^^geo:wktLiteral ;
  geo-pos:lat "51.17933"^^xsd:decimal ;
  geo-pos:long "2.718667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8092>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8092" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8092'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.718667'^^xsd:double;
  dwc:latitude '51.17933'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8092'^^xsd:anyURI;
  dwc:observationDate '2017-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8095>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8095> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8095> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8095>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8095>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8095" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8095'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8095'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8097'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8097'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8098'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8098'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.206623 2.855415)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.206623"^^xsd:decimal ;
  dwc:decimalLongitude "2.855415"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.206623 2.855415)"^^geo:wktLiteral ;
  geo-pos:lat "51.206623"^^xsd:decimal ;
  geo-pos:long "2.855415"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8101'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.855415'^^xsd:double;
  dwc:latitude '51.206623'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8101'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_717'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8102'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8102'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8103'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8103'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8104'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8104'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8105'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8105'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270227 3.212686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.270227"^^xsd:decimal ;
  dwc:decimalLongitude "3.212686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270227 3.212686)"^^geo:wktLiteral ;
  geo-pos:lat "51.270227"^^xsd:decimal ;
  geo-pos:long "3.212686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8106'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.212686'^^xsd:double;
  dwc:latitude '51.270227'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8106'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112594 2.611393)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112594"^^xsd:decimal ;
  dwc:decimalLongitude "2.611393"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112594 2.611393)"^^geo:wktLiteral ;
  geo-pos:lat "51.112594"^^xsd:decimal ;
  geo-pos:long "2.611393"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8108'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.611393'^^xsd:double;
  dwc:latitude '51.112594'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8108'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8109>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8109> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8109> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8109>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8109>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8109" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8109'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8109'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8135'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8135'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2016_696'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8136'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8136'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239824 2.932942)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239824"^^xsd:decimal ;
  dwc:decimalLongitude "2.932942"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239824 2.932942)"^^geo:wktLiteral ;
  geo-pos:lat "51.239824"^^xsd:decimal ;
  geo-pos:long "2.932942"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8139'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.932942'^^xsd:double;
  dwc:latitude '51.239824'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8139'^^xsd:anyURI;
  dwc:observationDate '2017-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8140'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8140'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8141'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8141'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8142'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8142'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270509 3.212695)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.270509"^^xsd:decimal ;
  dwc:decimalLongitude "3.212695"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.270509 3.212695)"^^geo:wktLiteral ;
  geo-pos:lat "51.270509"^^xsd:decimal ;
  geo-pos:long "3.212695"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8143'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.212695'^^xsd:double;
  dwc:latitude '51.270509'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8143'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8144'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8144'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8145'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8145'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8146'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8146'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8147'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8147'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234881 2.91407)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234881"^^xsd:decimal ;
  dwc:decimalLongitude "2.91407"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234881 2.91407)"^^geo:wktLiteral ;
  geo-pos:lat "51.234881"^^xsd:decimal ;
  geo-pos:long "2.91407"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8148'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.91407'^^xsd:double;
  dwc:latitude '51.234881'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8148'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_718'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8155'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8155'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8156'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8156'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_719'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234337 2.91304)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234337"^^xsd:decimal ;
  dwc:decimalLongitude "2.91304"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234337 2.91304)"^^geo:wktLiteral ;
  geo-pos:lat "51.234337"^^xsd:decimal ;
  geo-pos:long "2.91304"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8157'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.91304'^^xsd:double;
  dwc:latitude '51.234337'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8157'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8158'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8158'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.103048 2.585054)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.103048"^^xsd:decimal ;
  dwc:decimalLongitude "2.585054"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.103048 2.585054)"^^geo:wktLiteral ;
  geo-pos:lat "51.103048"^^xsd:decimal ;
  geo-pos:long "2.585054"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8159'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.585054'^^xsd:double;
  dwc:latitude '51.103048'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8159'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8160'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8160'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_720'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8161'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8161'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8162'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8162'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.225651 2.896528)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.225651"^^xsd:decimal ;
  dwc:decimalLongitude "2.896528"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.225651 2.896528)"^^geo:wktLiteral ;
  geo-pos:lat "51.225651"^^xsd:decimal ;
  geo-pos:long "2.896528"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8163'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.896528'^^xsd:double;
  dwc:latitude '51.225651'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8163'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.182633 2.800044)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.182633"^^xsd:decimal ;
  dwc:decimalLongitude "2.800044"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.182633 2.800044)"^^geo:wktLiteral ;
  geo-pos:lat "51.182633"^^xsd:decimal ;
  geo-pos:long "2.800044"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8164'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.800044'^^xsd:double;
  dwc:latitude '51.182633'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8164'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8165>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8165> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8165> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112133 2.609832)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112133"^^xsd:decimal ;
  dwc:decimalLongitude "2.609832"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8165>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112133 2.609832)"^^geo:wktLiteral ;
  geo-pos:lat "51.112133"^^xsd:decimal ;
  geo-pos:long "2.609832"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8165>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8165" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8165'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.609832'^^xsd:double;
  dwc:latitude '51.112133'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8165'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8166>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8166> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8166> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.27513 3.020811)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.27513"^^xsd:decimal ;
  dwc:decimalLongitude "3.020811"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8166>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.27513 3.020811)"^^geo:wktLiteral ;
  geo-pos:lat "51.27513"^^xsd:decimal ;
  geo-pos:long "3.020811"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8166>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8166" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8166'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.020811'^^xsd:double;
  dwc:latitude '51.27513'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8166'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8167>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8167> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8167> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8167>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8167>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8167" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8167'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8167'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8168>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8168> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8168> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.152474 2.719588)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.152474"^^xsd:decimal ;
  dwc:decimalLongitude "2.719588"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8168>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.152474 2.719588)"^^geo:wktLiteral ;
  geo-pos:lat "51.152474"^^xsd:decimal ;
  geo-pos:long "2.719588"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8168>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8168" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8168'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:collector 'Luc David'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.719588'^^xsd:double;
  dwc:latitude '51.152474'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8168'^^xsd:anyURI;
  dwc:observationDate '2017-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8175'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8175'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8176>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8176> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8176> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8176>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8176>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8176" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8176'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8176'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8177>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8177> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8177> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8177>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8177>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8177" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8177'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8177'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8178>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8178> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8178> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8178>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "2.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8178>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8178" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8178'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.53'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8178'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8179>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8179> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8179> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8179>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8179>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8179" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8179'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8179'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8180>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8180> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8180> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8180>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8180>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8180" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8180'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8180'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8181>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8181> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8181> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238845 2.926483)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.238845"^^xsd:decimal ;
  dwc:decimalLongitude "2.926483"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8181>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238845 2.926483)"^^geo:wktLiteral ;
  geo-pos:lat "51.238845"^^xsd:decimal ;
  geo-pos:long "2.926483"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8181>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8181" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8181'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.926483'^^xsd:double;
  dwc:latitude '51.238845'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8181'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8182>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8182> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8182> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346645 3.256985)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346645"^^xsd:decimal ;
  dwc:decimalLongitude "3.256985"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8182>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346645 3.256985)"^^geo:wktLiteral ;
  geo-pos:lat "51.346645"^^xsd:decimal ;
  geo-pos:long "3.256985"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8182>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8182" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8182'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.256985'^^xsd:double;
  dwc:latitude '51.346645'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8182'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_721'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8183>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8183> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8183> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8183>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8183>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8183" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8183'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8183'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8184>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8184> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8184> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8184>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8184>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8184" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8184'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8184'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8195>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8195> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8195> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.258 2.184)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.258"^^xsd:decimal ;
  dwc:decimalLongitude "2.184"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8195>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.258 2.184)"^^geo:wktLiteral ;
  geo-pos:lat "51.258"^^xsd:decimal ;
  geo-pos:long "2.184"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8195>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8195" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8195'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.184'^^xsd:double;
  dwc:latitude '51.258'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8195'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8196'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8196'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663333 2.801667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.663333"^^xsd:decimal ;
  dwc:decimalLongitude "2.801667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.663333 2.801667)"^^geo:wktLiteral ;
  geo-pos:lat "51.663333"^^xsd:decimal ;
  geo-pos:long "2.801667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8197'^^xsd:anyURI;
  dwc:scientificName 'Delphinidae sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.801667'^^xsd:double;
  dwc:latitude '51.663333'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '136980'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8197'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '136980'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '140'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31029 3.202686)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31029"^^xsd:decimal ;
  dwc:decimalLongitude "3.202686"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31029 3.202686)"^^geo:wktLiteral ;
  geo-pos:lat "51.31029"^^xsd:decimal ;
  geo-pos:long "3.202686"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8198'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.202686'^^xsd:double;
  dwc:latitude '51.31029'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8198'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.161922 2.75038)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.161922"^^xsd:decimal ;
  dwc:decimalLongitude "2.75038"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.161922 2.75038)"^^geo:wktLiteral ;
  geo-pos:lat "51.161922"^^xsd:decimal ;
  geo-pos:long "2.75038"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8199'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.75038'^^xsd:double;
  dwc:latitude '51.161922'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8199'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.171716 2.774681)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.171716"^^xsd:decimal ;
  dwc:decimalLongitude "2.774681"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.171716 2.774681)"^^geo:wktLiteral ;
  geo-pos:lat "51.171716"^^xsd:decimal ;
  geo-pos:long "2.774681"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8201'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.774681'^^xsd:double;
  dwc:latitude '51.171716'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8201'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.125618 2.643585)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.125618"^^xsd:decimal ;
  dwc:decimalLongitude "2.643585"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.125618 2.643585)"^^geo:wktLiteral ;
  geo-pos:lat "51.125618"^^xsd:decimal ;
  geo-pos:long "2.643585"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8202'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.643585'^^xsd:double;
  dwc:latitude '51.125618'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8202'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8203>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8203> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8203> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.274282 3.018901)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.274282"^^xsd:decimal ;
  dwc:decimalLongitude "3.018901"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8203>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.274282 3.018901)"^^geo:wktLiteral ;
  geo-pos:lat "51.274282"^^xsd:decimal ;
  geo-pos:long "3.018901"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8203>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8203" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8203'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.018901'^^xsd:double;
  dwc:latitude '51.274282'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8203'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8204>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8204> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8204> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172941 2.777481)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172941"^^xsd:decimal ;
  dwc:decimalLongitude "2.777481"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8204>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172941 2.777481)"^^geo:wktLiteral ;
  geo-pos:lat "51.172941"^^xsd:decimal ;
  geo-pos:long "2.777481"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8204>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8204" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8204'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.777481'^^xsd:double;
  dwc:latitude '51.172941'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8204'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_726'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8205>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8205> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8205> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.137344 2.68075)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.137344"^^xsd:decimal ;
  dwc:decimalLongitude "2.68075"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8205>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.137344 2.68075)"^^geo:wktLiteral ;
  geo-pos:lat "51.137344"^^xsd:decimal ;
  geo-pos:long "2.68075"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8205>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8205" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8205'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.68075'^^xsd:double;
  dwc:latitude '51.137344'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8205'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8215>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8215> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8215> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8215>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8215>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8215" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8215'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8215'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8216>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8216> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8216> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8216>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8216>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8216" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8216'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8216'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8235'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8235'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310022 3.101578)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310022"^^xsd:decimal ;
  dwc:decimalLongitude "3.101578"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310022 3.101578)"^^geo:wktLiteral ;
  geo-pos:lat "51.310022"^^xsd:decimal ;
  geo-pos:long "3.101578"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8236'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.101578'^^xsd:double;
  dwc:latitude '51.310022'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8236'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15593 2.70894)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.15593"^^xsd:decimal ;
  dwc:decimalLongitude "2.70894"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.15593 2.70894)"^^geo:wktLiteral ;
  geo-pos:lat "51.15593"^^xsd:decimal ;
  geo-pos:long "2.70894"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8237'^^xsd:anyURI;
  dwc:scientificName 'Cetacea sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.70894'^^xsd:double;
  dwc:latitude '51.15593'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '2688'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8237'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '2688'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8238'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8238'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8239'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8239'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.365634 3.346217)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.365634"^^xsd:decimal ;
  dwc:decimalLongitude "3.346217"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.365634 3.346217)"^^geo:wktLiteral ;
  geo-pos:lat "51.365634"^^xsd:decimal ;
  geo-pos:long "3.346217"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8240'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.346217'^^xsd:double;
  dwc:latitude '51.365634'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8240'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_730'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8241'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8241'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_728'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8255'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8255'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8256'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8256'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3955 3.139983)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.3955"^^xsd:decimal ;
  dwc:decimalLongitude "3.139983"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.3955 3.139983)"^^geo:wktLiteral ;
  geo-pos:lat "51.3955"^^xsd:decimal ;
  geo-pos:long "3.139983"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8257'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.139983'^^xsd:double;
  dwc:latitude '51.3955'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8257'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8275'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8275'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_731'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.299581 3.072696)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.299581"^^xsd:decimal ;
  dwc:decimalLongitude "3.072696"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.299581 3.072696)"^^geo:wktLiteral ;
  geo-pos:lat "51.299581"^^xsd:decimal ;
  geo-pos:long "3.072696"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8276'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.072696'^^xsd:double;
  dwc:latitude '51.299581'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8276'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_732'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8277'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8277'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.195554 2.830009)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.195554"^^xsd:decimal ;
  dwc:decimalLongitude "2.830009"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.195554 2.830009)"^^geo:wktLiteral ;
  geo-pos:lat "51.195554"^^xsd:decimal ;
  geo-pos:long "2.830009"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8295'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.830009'^^xsd:double;
  dwc:latitude '51.195554'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8295'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362755 3.32727)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.362755"^^xsd:decimal ;
  dwc:decimalLongitude "3.32727"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362755 3.32727)"^^geo:wktLiteral ;
  geo-pos:lat "51.362755"^^xsd:decimal ;
  geo-pos:long "3.32727"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8315'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.32727'^^xsd:double;
  dwc:latitude '51.362755'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8315'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21571 2.875843)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.21571"^^xsd:decimal ;
  dwc:decimalLongitude "2.875843"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.21571 2.875843)"^^geo:wktLiteral ;
  geo-pos:lat "51.21571"^^xsd:decimal ;
  geo-pos:long "2.875843"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8316'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.875843'^^xsd:double;
  dwc:latitude '51.21571'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8316'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266678"^^xsd:decimal ;
  dwc:decimalLongitude "2.999924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  geo-pos:lat "51.266678"^^xsd:decimal ;
  geo-pos:long "2.999924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8317'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.999924'^^xsd:double;
  dwc:latitude '51.266678'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8317'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8318'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8318'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.324947 3.158569)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.324947"^^xsd:decimal ;
  dwc:decimalLongitude "3.158569"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.324947 3.158569)"^^geo:wktLiteral ;
  geo-pos:lat "51.324947"^^xsd:decimal ;
  geo-pos:long "3.158569"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8319'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.158569'^^xsd:double;
  dwc:latitude '51.324947'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8319'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8320'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8320'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_733'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.261795 2.99077)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.261795"^^xsd:decimal ;
  dwc:decimalLongitude "2.99077"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.261795 2.99077)"^^geo:wktLiteral ;
  geo-pos:lat "51.261795"^^xsd:decimal ;
  geo-pos:long "2.99077"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8321'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.99077'^^xsd:double;
  dwc:latitude '51.261795'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8321'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8322'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8322'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8323'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8323'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8324>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8324> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8324> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277251 3.212299)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.277251"^^xsd:decimal ;
  dwc:decimalLongitude "3.212299"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8324>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.277251 3.212299)"^^geo:wktLiteral ;
  geo-pos:lat "51.277251"^^xsd:decimal ;
  geo-pos:long "3.212299"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8324>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8324" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8324'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.212299'^^xsd:double;
  dwc:latitude '51.277251'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8324'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143929 2.747397)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143929"^^xsd:decimal ;
  dwc:decimalLongitude "2.747397"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143929 2.747397)"^^geo:wktLiteral ;
  geo-pos:lat "51.143929"^^xsd:decimal ;
  geo-pos:long "2.747397"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8335'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.747397'^^xsd:double;
  dwc:latitude '51.143929'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8335'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8355'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8355'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.648975 2.776794)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.648975"^^xsd:decimal ;
  dwc:decimalLongitude "2.776794"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.648975 2.776794)"^^geo:wktLiteral ;
  geo-pos:lat "51.648975"^^xsd:decimal ;
  geo-pos:long "2.776794"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8356'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.776794'^^xsd:double;
  dwc:latitude '51.648975'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8356'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.309603 3.206804)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.309603"^^xsd:decimal ;
  dwc:decimalLongitude "3.206804"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.309603 3.206804)"^^geo:wktLiteral ;
  geo-pos:lat "51.309603"^^xsd:decimal ;
  geo-pos:long "3.206804"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8358'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.206804'^^xsd:double;
  dwc:latitude '51.309603'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8358'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.192635 2.824591)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.192635"^^xsd:decimal ;
  dwc:decimalLongitude "2.824591"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.192635 2.824591)"^^geo:wktLiteral ;
  geo-pos:lat "51.192635"^^xsd:decimal ;
  geo-pos:long "2.824591"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8359'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.824591'^^xsd:double;
  dwc:latitude '51.192635'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8359'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_734'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8375'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8375'^^xsd:anyURI;
  dwc:observationDate '2017-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.246475 2.950258)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.246475"^^xsd:decimal ;
  dwc:decimalLongitude "2.950258"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.246475 2.950258)"^^geo:wktLiteral ;
  geo-pos:lat "51.246475"^^xsd:decimal ;
  geo-pos:long "2.950258"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8376'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.950258'^^xsd:double;
  dwc:latitude '51.246475'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8376'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_735'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13801 2.683325)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.13801"^^xsd:decimal ;
  dwc:decimalLongitude "2.683325"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.13801 2.683325)"^^geo:wktLiteral ;
  geo-pos:lat "51.13801"^^xsd:decimal ;
  geo-pos:long "2.683325"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8377'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.683325'^^xsd:double;
  dwc:latitude '51.13801'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8377'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166647 2.762589)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.166647"^^xsd:decimal ;
  dwc:decimalLongitude "2.762589"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.166647 2.762589)"^^geo:wktLiteral ;
  geo-pos:lat "51.166647"^^xsd:decimal ;
  geo-pos:long "2.762589"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8378'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:collector 'Linda Vanthournout'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.762589'^^xsd:double;
  dwc:latitude '51.166647'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8378'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262031 2.990255)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.262031"^^xsd:decimal ;
  dwc:decimalLongitude "2.990255"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.262031 2.990255)"^^geo:wktLiteral ;
  geo-pos:lat "51.262031"^^xsd:decimal ;
  geo-pos:long "2.990255"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8379'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.990255'^^xsd:double;
  dwc:latitude '51.262031'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8379'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8380>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8380> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8380> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8380>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8380>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8380" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8380'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8380'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8381>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8381> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8381> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8381>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8381>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8381" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8381'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8381'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8382>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8382> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8382> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8382>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8382>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8382" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8382'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8382'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8395>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8395> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8395> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8395>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8395>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8395" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8395'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:collector 'Nathalie Colpaert'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8395'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8396>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8396> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8396> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8396>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8396>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8396" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8396'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:collector 'Luc David'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8396'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8397>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8397> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8397> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.225985 2.897236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.225985"^^xsd:decimal ;
  dwc:decimalLongitude "2.897236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8397>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.225985 2.897236)"^^geo:wktLiteral ;
  geo-pos:lat "51.225985"^^xsd:decimal ;
  geo-pos:long "2.897236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8397>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8397" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8397'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.897236'^^xsd:double;
  dwc:latitude '51.225985'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8397'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8398>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8398> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8398> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8398>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8398>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8398" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8398'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8398'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8399>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8399> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8399> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8399>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8399>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8399" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8399'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8399'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8401>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8401> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8401> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8401>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8401>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8401" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8401'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8401'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8415>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8415> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8415> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.133748 2.667553)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.133748"^^xsd:decimal ;
  dwc:decimalLongitude "2.667553"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8415>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.133748 2.667553)"^^geo:wktLiteral ;
  geo-pos:lat "51.133748"^^xsd:decimal ;
  geo-pos:long "2.667553"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8415>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8415" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8415'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.667553'^^xsd:double;
  dwc:latitude '51.133748'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8415'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8435>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8435> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8435> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8435>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8435>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8435" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8435'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2006'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8435'^^xsd:anyURI;
  dwc:observationDate '2006-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2006_36'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8455>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8455> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8455> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.132846 2.66486)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.132846"^^xsd:decimal ;
  dwc:decimalLongitude "2.66486"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8455>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.132846 2.66486)"^^geo:wktLiteral ;
  geo-pos:lat "51.132846"^^xsd:decimal ;
  geo-pos:long "2.66486"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8455>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8455" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8455'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.66486'^^xsd:double;
  dwc:latitude '51.132846'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8455'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8457>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8457> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8457> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19199 2.821169)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.19199"^^xsd:decimal ;
  dwc:decimalLongitude "2.821169"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8457>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.19199 2.821169)"^^geo:wktLiteral ;
  geo-pos:lat "51.19199"^^xsd:decimal ;
  geo-pos:long "2.821169"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8457>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8457" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8457'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.821169'^^xsd:double;
  dwc:latitude '51.19199'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8457'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_736'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8458>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8458> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8458> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239897 2.933264)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239897"^^xsd:decimal ;
  dwc:decimalLongitude "2.933264"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8458>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239897 2.933264)"^^geo:wktLiteral ;
  geo-pos:lat "51.239897"^^xsd:decimal ;
  geo-pos:long "2.933264"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8458>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8458" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8458'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.933264'^^xsd:double;
  dwc:latitude '51.239897'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8458'^^xsd:anyURI;
  dwc:observationDate '2017-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8459>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8459> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8459> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.144495 2.749457)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.144495"^^xsd:decimal ;
  dwc:decimalLongitude "2.749457"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8459>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.144495 2.749457)"^^geo:wktLiteral ;
  geo-pos:lat "51.144495"^^xsd:decimal ;
  geo-pos:long "2.749457"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8459>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8459" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8459'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.749457'^^xsd:double;
  dwc:latitude '51.144495'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8459'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8460>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8460> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8460> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.091005 2.551446)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.091005"^^xsd:decimal ;
  dwc:decimalLongitude "2.551446"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8460>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.091005 2.551446)"^^geo:wktLiteral ;
  geo-pos:lat "51.091005"^^xsd:decimal ;
  geo-pos:long "2.551446"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8460>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8460" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8460'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.551446'^^xsd:double;
  dwc:latitude '51.091005'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8460'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8461>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8461> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8461> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8461>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8461>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8461" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8461'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8461'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8463>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8463> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8463> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8463>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8463>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8463" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8463'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8463'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8465>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8465> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8465> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.321234 3.142862)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.321234"^^xsd:decimal ;
  dwc:decimalLongitude "3.142862"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8465>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.321234 3.142862)"^^geo:wktLiteral ;
  geo-pos:lat "51.321234"^^xsd:decimal ;
  geo-pos:long "3.142862"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8465>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8465" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8465'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.142862'^^xsd:double;
  dwc:latitude '51.321234'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8465'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8475>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8475> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8475> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8475>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8475>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8475" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8475'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8475'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8495>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8495> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8495> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238496 2.928715)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.238496"^^xsd:decimal ;
  dwc:decimalLongitude "2.928715"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8495>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238496 2.928715)"^^geo:wktLiteral ;
  geo-pos:lat "51.238496"^^xsd:decimal ;
  geo-pos:long "2.928715"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8495>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8495" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8495'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.928715'^^xsd:double;
  dwc:latitude '51.238496'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8495'^^xsd:anyURI;
  dwc:observationDate '2017-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8496>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8496> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8496> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8496>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8496>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8496" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8496'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8496'^^xsd:anyURI;
  dwc:observationDate '2017-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8515>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8515> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8515> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8515>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8515>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8515" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8515'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8515'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8516>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8516> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8516> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8516>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8516>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8516" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8516'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8516'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8517>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8517> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8517> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8517>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8517>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8517" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8517'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8517'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_737'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8518>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8518> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8518> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8518>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8518>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8518" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8518'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8518'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_738'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8519>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8519> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8519> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8519>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8519>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8519" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8519'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8519'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8520>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8520> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8520> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8520>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8520>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8520" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8520'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8520'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8521>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8521> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8521> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8521>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8521>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8521" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8521'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8521'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8522>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8522> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8522> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8522>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8522>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8522" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8522'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2017'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8522'^^xsd:anyURI;
  dwc:observationDate '2017-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2017_739'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8523>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8523> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8523> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8523>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8523>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8523" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8523'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8523'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8524>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8524> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8524> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8524>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8524>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8524" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8524'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8524'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8535>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8535> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8535> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8535>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8535>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8535" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8535'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8535'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8536>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8536> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8536> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8536>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8536>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8536" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8536'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8536'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8537>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8537> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8537> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8537>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8537>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8537" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8537'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8537'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8538>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8538> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8538> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8538>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8538>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8538" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8538'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8538'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8539>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8539> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8539> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8539>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8539>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8539" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8539'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8539'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8540>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8540> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8540> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8540>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8540>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8540" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8540'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8540'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8541>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8541> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8541> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8541>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8541>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8541" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8541'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8541'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8542>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8542> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8542> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8542>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8542>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8542" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8542'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8542'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8543>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8543> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8543> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8543>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8543>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8543" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8543'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8543'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8544>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8544> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8544> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8544>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8544>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8544" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8544'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8544'^^xsd:anyURI;
  dwc:observationDate '2018-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8545>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8545> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8545> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8545>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8545>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8545" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8545'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8545'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8555>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8555> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8555> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8555>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8555>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8555" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8555'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8555'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8556>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8556> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8556> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8556>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8556>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8556" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8556'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8556'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8557>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8557> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8557> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8557>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8557>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8557" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8557'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8557'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8558>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8558> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8558> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8558>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8558>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8558" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8558'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8558'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8559>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8559> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8559> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8559>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8559>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8559" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8559'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8559'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8560>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8560> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8560> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8560>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8560>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8560" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8560'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8560'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8561>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8561> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8561> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8561>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8561>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8561" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8561'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8561'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8562>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8562> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8562> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8562>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8562>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8562" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8562'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8562'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8563>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8563> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8563> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.128829 2.64337)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.128829"^^xsd:decimal ;
  dwc:decimalLongitude "2.64337"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8563>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.128829 2.64337)"^^geo:wktLiteral ;
  geo-pos:lat "51.128829"^^xsd:decimal ;
  geo-pos:long "2.64337"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8563>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8563" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8563'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.64337'^^xsd:double;
  dwc:latitude '51.128829'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8563'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8564>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8564> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8564> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8564>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8564>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8564" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8564'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8564'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8565>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8565> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8565> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8565>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8565>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8565" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8565'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8565'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8566>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8566> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8566> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.149138 2.73017)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.149138"^^xsd:decimal ;
  dwc:decimalLongitude "2.73017"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8566>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.149138 2.73017)"^^geo:wktLiteral ;
  geo-pos:lat "51.149138"^^xsd:decimal ;
  geo-pos:long "2.73017"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8566>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8566" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8566'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.73017'^^xsd:double;
  dwc:latitude '51.149138'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8566'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8567>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8567> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8567> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266678"^^xsd:decimal ;
  dwc:decimalLongitude "2.999924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8567>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  geo-pos:lat "51.266678"^^xsd:decimal ;
  geo-pos:long "2.999924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8567>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8567" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8567'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.999924'^^xsd:double;
  dwc:latitude '51.266678'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8567'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8568>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8568> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8568> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8568>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8568>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8568" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8568'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8568'^^xsd:anyURI;
  dwc:observationDate '2018-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8569>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8569> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8569> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8569>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8569>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8569" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8569'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8569'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8570>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8570> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8570> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8570>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8570>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8570" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8570'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8570'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8571>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8571> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8571> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8571>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8571>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8571" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8571'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8571'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_742'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8572>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8572> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8572> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8572>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8572>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8572" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8572'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8572'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8573>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8573> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8573> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8573>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8573>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8573" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8573'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8573'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8574>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8574> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8574> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8574>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8574>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8574" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8574'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8574'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8575>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8575> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8575> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8575>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8575>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8575" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8575'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8575'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8576>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8576> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8576> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154929 2.728576)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.154929"^^xsd:decimal ;
  dwc:decimalLongitude "2.728576"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8576>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.154929 2.728576)"^^geo:wktLiteral ;
  geo-pos:lat "51.154929"^^xsd:decimal ;
  geo-pos:long "2.728576"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8576>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8576" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8576'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.728576'^^xsd:double;
  dwc:latitude '51.154929'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8576'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_743'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8577>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8577> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8577> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8577>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8577>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8577" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8577'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8577'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8578>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8578> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8578> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8578>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8578>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8578" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8578'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8578'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_746'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8579>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8579> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8579> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8579>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8579>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8579" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8579'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8579'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8580>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8580> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8580> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8580>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8580>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8580" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8580'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8580'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8581>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8581> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8581> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8581>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8581>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8581" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8581'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8581'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8583>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8583> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8583> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8583>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8583>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8583" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8583'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8583'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8584>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8584> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8584> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.147607 2.735142)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.147607"^^xsd:decimal ;
  dwc:decimalLongitude "2.735142"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8584>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.147607 2.735142)"^^geo:wktLiteral ;
  geo-pos:lat "51.147607"^^xsd:decimal ;
  geo-pos:long "2.735142"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8584>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8584" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8584'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.735142'^^xsd:double;
  dwc:latitude '51.147607'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8584'^^xsd:anyURI;
  dwc:observationDate '2018-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8585>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8585> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8585> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8585>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8585>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8585" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8585'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8585'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_744'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8586>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8586> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8586> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.155144 2.72789)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.155144"^^xsd:decimal ;
  dwc:decimalLongitude "2.72789"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8586>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.155144 2.72789)"^^geo:wktLiteral ;
  geo-pos:lat "51.155144"^^xsd:decimal ;
  geo-pos:long "2.72789"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8586>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8586" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8586'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.72789'^^xsd:double;
  dwc:latitude '51.155144'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8586'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_745'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8587>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8587> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8587> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8587>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8587>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8587" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8587'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8587'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_748'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8588>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8588> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8588> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8588>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8588>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8588" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8588'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8588'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8589>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8589> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8589> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8589>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8589>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8589" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8589'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8589'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8590>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8590> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8590> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8590>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8590>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8590" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8590'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8590'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8591>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8591> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8591> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8591>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8591>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8591" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8591'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8591'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8592>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8592> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8592> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8592>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8592>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8592" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8592'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8592'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8593>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8593> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8593> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8593>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8593>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8593" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8593'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8593'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8594>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8594> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8594> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8594>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8594>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8594" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8594'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8594'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8595>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8595> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8595> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8595>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8595>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8595" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8595'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8595'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8597>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8597> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8597> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112292"^^xsd:decimal ;
  dwc:decimalLongitude "2.609281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8597>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  geo-pos:lat "51.112292"^^xsd:decimal ;
  geo-pos:long "2.609281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8597>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8597" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8597'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.609281'^^xsd:double;
  dwc:latitude '51.112292'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8597'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8598>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8598> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8598> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8598>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8598>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8598" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8598'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8598'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8599>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8599> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8599> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8599>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8599>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8599" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8599'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8599'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8600>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8600> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8600> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8600>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8600>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8600" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8600'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8600'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8601>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8601> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8601> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8601>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8601>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8601" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8601'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8601'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8602>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8602> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8602> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8602>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8602>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8602" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8602'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8602'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8603>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8603> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8603> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8603>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8603>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8603" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8603'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8603'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8604>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8604> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8604> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8604>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8604>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8604" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8604'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8604'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8605>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8605> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8605> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8605>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8605>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8605" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8605'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8605'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8606>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8606> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8606> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8606>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8606>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8606" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8606'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8606'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_747'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8607>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8607> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8607> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143694"^^xsd:decimal ;
  dwc:decimalLongitude "2.696348"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8607>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143694 2.696348)"^^geo:wktLiteral ;
  geo-pos:lat "51.143694"^^xsd:decimal ;
  geo-pos:long "2.696348"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8607>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8607" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8607'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.696348'^^xsd:double;
  dwc:latitude '51.143694'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8607'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8608>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8608> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8608> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8608>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8608>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8608" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8608'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8608'^^xsd:anyURI;
  dwc:observationDate '2018-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8609>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8609> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8609> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8609>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8609>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8609" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8609'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8609'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8610>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8610> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8610> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8610>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8610>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8610" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8610'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8610'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8615>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8615> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8615> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8615>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8615>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8615" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8615'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8615'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8616>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8616> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8616> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.093761 2.559522)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.093761"^^xsd:decimal ;
  dwc:decimalLongitude "2.559522"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8616>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.093761 2.559522)"^^geo:wktLiteral ;
  geo-pos:lat "51.093761"^^xsd:decimal ;
  geo-pos:long "2.559522"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8616>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8616" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8616'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.559522'^^xsd:double;
  dwc:latitude '51.093761'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8616'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8617>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8617> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8617> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8617>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8617>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8617" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8617'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8617'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_751'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8618>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8618> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8618> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8618>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8618>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8618" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8618'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8618'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8619>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8619> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8619> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8619>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8619>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8619" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8619'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8619'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8620>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8620> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8620> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.311936 3.107559)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.311936"^^xsd:decimal ;
  dwc:decimalLongitude "3.107559"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8620>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.311936 3.107559)"^^geo:wktLiteral ;
  geo-pos:lat "51.311936"^^xsd:decimal ;
  geo-pos:long "3.107559"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8620>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8620" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8620'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.107559'^^xsd:double;
  dwc:latitude '51.311936'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8620'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8621>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8621> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8621> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8621>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8621>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8621" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8621'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8621'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8622>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8622> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8622> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8622>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8622>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8622" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8622'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8622'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8623>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8623> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8623> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.141345 2.69433)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.141345"^^xsd:decimal ;
  dwc:decimalLongitude "2.69433"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8623>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.141345 2.69433)"^^geo:wktLiteral ;
  geo-pos:lat "51.141345"^^xsd:decimal ;
  geo-pos:long "2.69433"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8623>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8623" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8623'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.69433'^^xsd:double;
  dwc:latitude '51.141345'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8623'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8624>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8624> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8624> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286405 3.046907)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.286405"^^xsd:decimal ;
  dwc:decimalLongitude "3.046907"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8624>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.286405 3.046907)"^^geo:wktLiteral ;
  geo-pos:lat "51.286405"^^xsd:decimal ;
  geo-pos:long "3.046907"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8624>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8624" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8624'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.046907'^^xsd:double;
  dwc:latitude '51.286405'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8624'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8635>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8635> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8635> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8635>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8635>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8635" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8635'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8635'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8636>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8636> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8636> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.094542 2.561499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.094542"^^xsd:decimal ;
  dwc:decimalLongitude "2.561499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8636>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.094542 2.561499)"^^geo:wktLiteral ;
  geo-pos:lat "51.094542"^^xsd:decimal ;
  geo-pos:long "2.561499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8636>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8636" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8636'^^xsd:anyURI;
  dwc:scientificName 'Lagenorhynchus albirostris (Gray 1846)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.561499'^^xsd:double;
  dwc:latitude '51.094542'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137101'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8636'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137101'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8655>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8655> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8655> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8655>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8655>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8655" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8655'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8655'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8656>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8656> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8656> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.153859 2.724777)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.153859"^^xsd:decimal ;
  dwc:decimalLongitude "2.724777"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8656>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.153859 2.724777)"^^geo:wktLiteral ;
  geo-pos:lat "51.153859"^^xsd:decimal ;
  geo-pos:long "2.724777"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8656>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8656" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8656'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.724777'^^xsd:double;
  dwc:latitude '51.153859'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8656'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8657>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8657> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8657> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8657>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8657>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8657" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8657'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8657'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8658>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8658> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8658> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8658>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8658>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8658" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8658'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8658'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8659>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8659> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8659> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.096959 2.568775)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.096959"^^xsd:decimal ;
  dwc:decimalLongitude "2.568775"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8659>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.096959 2.568775)"^^geo:wktLiteral ;
  geo-pos:lat "51.096959"^^xsd:decimal ;
  geo-pos:long "2.568775"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8659>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8659" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8659'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.568775'^^xsd:double;
  dwc:latitude '51.096959'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8659'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8660>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8660> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8660> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8660>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8660>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8660" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8660'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8660'^^xsd:anyURI;
  dwc:observationDate '2018-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_755'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8661>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8661> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8661> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8661>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8661>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8661" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8661'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8661'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8662>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8662> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8662> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8662>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8662>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8662" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8662'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8662'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8663>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8663> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8663> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8663>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8663>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8663" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8663'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8663'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8664>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8664> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8664> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8664>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8664>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8664" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8664'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8664'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8665>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8665> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8665> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8665>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8665>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8665" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8665'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8665'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_758'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8666>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8666> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8666> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8666>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8666>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8666" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8666'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8666'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8667>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8667> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8667> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8667>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8667>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8667" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8667'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8667'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8668>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8668> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8668> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8668>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8668>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8668" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8668'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8668'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8669>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8669> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8669> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8669>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8669>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8669" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8669'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8669'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8670>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8670> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8670> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8670>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8670>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8670" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8670'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8670'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_756'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8671>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8671> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8671> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8671>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8671>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8671" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8671'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8671'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8673>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8673> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8673> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8673>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8673>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8673" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8673'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8673'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_757'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8674>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8674> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8674> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8674>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8674>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8674" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8674'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8674'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8675>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8675> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8675> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8675>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8675>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8675" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8675'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8675'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8676>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8676> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8676> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242873 2.941951)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.242873"^^xsd:decimal ;
  dwc:decimalLongitude "2.941951"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8676>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.242873 2.941951)"^^geo:wktLiteral ;
  geo-pos:lat "51.242873"^^xsd:decimal ;
  geo-pos:long "2.941951"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8676>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8676" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8676'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.941951'^^xsd:double;
  dwc:latitude '51.242873'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8676'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8677>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8677> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8677> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8677>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8677>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8677" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8677'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8677'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8678>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8678> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8678> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8678>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8678>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8678" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8678'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8678'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8679>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8679> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8679> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8679>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8679>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8679" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8679'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8679'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8680>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8680> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8680> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.329479 3.16966)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.329479"^^xsd:decimal ;
  dwc:decimalLongitude "3.16966"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8680>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.329479 3.16966)"^^geo:wktLiteral ;
  geo-pos:lat "51.329479"^^xsd:decimal ;
  geo-pos:long "3.16966"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8680>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8680" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8680'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.16966'^^xsd:double;
  dwc:latitude '51.329479'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8680'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8681>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8681> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8681> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.246572 2.9512)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.246572"^^xsd:decimal ;
  dwc:decimalLongitude "2.9512"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8681>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.246572 2.9512)"^^geo:wktLiteral ;
  geo-pos:lat "51.246572"^^xsd:decimal ;
  geo-pos:long "2.9512"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8681>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8681" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8681'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.9512'^^xsd:double;
  dwc:latitude '51.246572'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8681'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8682>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8682> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8682> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.092619 2.55621)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.092619"^^xsd:decimal ;
  dwc:decimalLongitude "2.55621"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8682>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.092619 2.55621)"^^geo:wktLiteral ;
  geo-pos:lat "51.092619"^^xsd:decimal ;
  geo-pos:long "2.55621"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8682>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8682" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8682'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.55621'^^xsd:double;
  dwc:latitude '51.092619'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8682'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8695>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8695> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8695> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.397097 2.498379)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.397097"^^xsd:decimal ;
  dwc:decimalLongitude "2.498379"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8695>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.397097 2.498379)"^^geo:wktLiteral ;
  geo-pos:lat "51.397097"^^xsd:decimal ;
  geo-pos:long "2.498379"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8695>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8695" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8695'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.498379'^^xsd:double;
  dwc:latitude '51.397097'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8695'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8715>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8715> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8715> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8715>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8715>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8715" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8715'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8715'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_759'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8716>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8716> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8716> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8716>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8716>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8716" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8716'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8716'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8717>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8717> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8717> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8717>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8717>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8717" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8717'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8717'^^xsd:anyURI;
  dwc:observationDate '2018-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_760'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8718>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8718> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8718> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8718>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8718>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8718" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8718'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8718'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_761'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8719>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8719> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8719> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8719>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8719>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8719" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8719'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8719'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8720>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8720> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8720> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8720>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8720>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8720" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8720'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8720'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8721>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8721> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8721> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8721>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8721>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8721" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8721'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8721'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_762'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8722>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8722> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8722> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8722>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8722>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8722" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8722'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8722'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8723>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8723> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8723> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121385 2.631805)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.121385"^^xsd:decimal ;
  dwc:decimalLongitude "2.631805"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8723>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.121385 2.631805)"^^geo:wktLiteral ;
  geo-pos:lat "51.121385"^^xsd:decimal ;
  geo-pos:long "2.631805"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8723>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8723" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8723'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.631805'^^xsd:double;
  dwc:latitude '51.121385'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8723'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8724>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8724> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8724> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36095 3.314033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36095"^^xsd:decimal ;
  dwc:decimalLongitude "3.314033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8724>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36095 3.314033)"^^geo:wktLiteral ;
  geo-pos:lat "51.36095"^^xsd:decimal ;
  geo-pos:long "3.314033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8724>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8724" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8724'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.314033'^^xsd:double;
  dwc:latitude '51.36095'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8724'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8725>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8725> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8725> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8725>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8725>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8725" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8725'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8725'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8726>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8726> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8726> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8726>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8726>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8726" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8726'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8726'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8727>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8727> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8727> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8727>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8727>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8727" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8727'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8727'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8729>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8729> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8729> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8729>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8729>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8729" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8729'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8729'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8730>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8730> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8730> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8730>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8730>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8730" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8730'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8730'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8731>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8731> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8731> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8731>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8731>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8731" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8731'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8731'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8732>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8732> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8732> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8732>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8732>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8732" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8732'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8732'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8733>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8733> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8733> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36095 3.314033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36095"^^xsd:decimal ;
  dwc:decimalLongitude "3.314033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8733>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36095 3.314033)"^^geo:wktLiteral ;
  geo-pos:lat "51.36095"^^xsd:decimal ;
  geo-pos:long "3.314033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8733>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8733" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8733'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.314033'^^xsd:double;
  dwc:latitude '51.36095'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8733'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8734>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8734> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8734> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8734>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8734>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8734" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8734'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8734'^^xsd:anyURI;
  dwc:observationDate '2018-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_766'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8737>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8737> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8737> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8737>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8737>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8737" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8737'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8737'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8738>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8738> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8738> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8738>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8738>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8738" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8738'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8738'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8742>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8742> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8742> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8742>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8742>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8742" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8742'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8742'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_767'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8743>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8743> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8743> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8743>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8743>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8743" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8743'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8743'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8744>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8744> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8744> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8744>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8744>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8744" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8744'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8744'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8746>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8746> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8746> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8746>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8746>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8746" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8746'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8746'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8756>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8756> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8756> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31198 3.100064)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.31198"^^xsd:decimal ;
  dwc:decimalLongitude "3.100064"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8756>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.31198 3.100064)"^^geo:wktLiteral ;
  geo-pos:lat "51.31198"^^xsd:decimal ;
  geo-pos:long "3.100064"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8756>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8756" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8756'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.100064'^^xsd:double;
  dwc:latitude '51.31198'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8756'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8757>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8757> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8757> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8757>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8757>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8757" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8757'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8757'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8758>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8758> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8758> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8758>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8758>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8758" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8758'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8758'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8759>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8759> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8759> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8759>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8759>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8759" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8759'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8759'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8775>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8775> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8775> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8775>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8775>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8775" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8775'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8775'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8776>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8776> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8776> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8776>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8776>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8776" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8776'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8776'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8777>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8777> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8777> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8777>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8777>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8777" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8777'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8777'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8795>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8795> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8795> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325 3.047833)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.325"^^xsd:decimal ;
  dwc:decimalLongitude "3.047833"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8795>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.325 3.047833)"^^geo:wktLiteral ;
  geo-pos:lat "51.325"^^xsd:decimal ;
  geo-pos:long "3.047833"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8795>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8795" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8795'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.047833'^^xsd:double;
  dwc:latitude '51.325'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137013'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8795'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137013'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '180'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8815>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8815> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8815> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8815>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8815>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8815" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8815'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8815'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8816>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8816> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8816> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362637 3.328275)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.362637"^^xsd:decimal ;
  dwc:decimalLongitude "3.328275"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8816>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.362637 3.328275)"^^geo:wktLiteral ;
  geo-pos:lat "51.362637"^^xsd:decimal ;
  geo-pos:long "3.328275"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8816>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8816" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8816'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.328275'^^xsd:double;
  dwc:latitude '51.362637'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8816'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_768'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8817>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8817> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8817> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.25"^^xsd:decimal ;
  dwc:decimalLongitude "2.53"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8817>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.25 2.53)"^^geo:wktLiteral ;
  geo-pos:lat "51.25"^^xsd:decimal ;
  geo-pos:long "2.53"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8817>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8817" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8817'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.53'^^xsd:double;
  dwc:latitude '51.25'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8817'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8818>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8818> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8818> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.254665 2.971884)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.254665"^^xsd:decimal ;
  dwc:decimalLongitude "2.971884"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8818>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.254665 2.971884)"^^geo:wktLiteral ;
  geo-pos:lat "51.254665"^^xsd:decimal ;
  geo-pos:long "2.971884"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8818>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8818" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8818'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.971884'^^xsd:double;
  dwc:latitude '51.254665'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8818'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8819>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8819> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8819> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.323365 3.153245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.323365"^^xsd:decimal ;
  dwc:decimalLongitude "3.153245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8819>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.323365 3.153245)"^^geo:wktLiteral ;
  geo-pos:lat "51.323365"^^xsd:decimal ;
  geo-pos:long "3.153245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8819>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8819" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8819'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.153245'^^xsd:double;
  dwc:latitude '51.323365'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8819'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_769'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8820>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8820> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8820> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8820>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8820>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8820" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8820'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8820'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8821>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8821> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8821> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.282049 4.371125)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.282049"^^xsd:decimal ;
  dwc:decimalLongitude "4.371125"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8821>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.282049 4.371125)"^^geo:wktLiteral ;
  geo-pos:lat "51.282049"^^xsd:decimal ;
  geo-pos:long "4.371125"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8821>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8821" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8821'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.371125'^^xsd:double;
  dwc:latitude '51.282049'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8821'^^xsd:anyURI;
  dwc:observationDate '2018-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_770'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8835>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8835> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8835> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8835>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8835>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8835" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8835'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8835'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_771'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8836>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8836> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8836> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8836>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8836>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8836" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8836'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8836'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_772'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8837>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8837> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8837> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.236309 2.923412)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.236309"^^xsd:decimal ;
  dwc:decimalLongitude "2.923412"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8837>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.236309 2.923412)"^^geo:wktLiteral ;
  geo-pos:lat "51.236309"^^xsd:decimal ;
  geo-pos:long "2.923412"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8837>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8837" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8837'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.923412'^^xsd:double;
  dwc:latitude '51.236309'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8837'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8838>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8838> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8838> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8838>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8838>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8838" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8838'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8838'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8839>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8839> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8839> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8839>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8839>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8839" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8839'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8839'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8840>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8840> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8840> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8840>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8840>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8840" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8840'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8840'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8841>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8841> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8841> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8841>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8841>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8841" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8841'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8841'^^xsd:anyURI;
  dwc:observationDate '2018-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8842>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8842> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8842> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8842>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8842>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8842" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8842'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8842'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_774'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8843>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8843> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8843> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8843>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8843>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8843" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8843'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8843'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8844>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8844> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8844> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8844>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8844>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8844" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8844'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8844'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8845>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8845> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8845> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8845>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8845>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8845" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8845'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8845'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8846>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8846> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8846> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239936 2.93354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.239936"^^xsd:decimal ;
  dwc:decimalLongitude "2.93354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8846>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.239936 2.93354)"^^geo:wktLiteral ;
  geo-pos:lat "51.239936"^^xsd:decimal ;
  geo-pos:long "2.93354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8846>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8846" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8846'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.93354'^^xsd:double;
  dwc:latitude '51.239936'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8846'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_775'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8847>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8847> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8847> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8847>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8847>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8847" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8847'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8847'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_776'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8848>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8848> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8848> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8848>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8848>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8848" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8848'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8848'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_779'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8849>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8849> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8849> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266678"^^xsd:decimal ;
  dwc:decimalLongitude "2.999924"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8849>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266678 2.999924)"^^geo:wktLiteral ;
  geo-pos:lat "51.266678"^^xsd:decimal ;
  geo-pos:long "2.999924"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8849>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8849" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8849'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.999924'^^xsd:double;
  dwc:latitude '51.266678'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8849'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8851>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8851> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8851> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8851>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8851>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8851" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8851'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8851'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8852>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8852> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8852> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8852>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8852>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8852" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8852'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8852'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_777'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8854>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8854> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8854> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8854>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8854>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8854" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8854'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8854'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8855>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8855> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8855> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8855>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8855>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8855" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8855'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8855'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_780'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8856>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8856> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8856> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112292"^^xsd:decimal ;
  dwc:decimalLongitude "2.609281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8856>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  geo-pos:lat "51.112292"^^xsd:decimal ;
  geo-pos:long "2.609281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8856>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8856" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8856'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.609281'^^xsd:double;
  dwc:latitude '51.112292'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8856'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8857>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8857> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8857> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.112292"^^xsd:decimal ;
  dwc:decimalLongitude "2.609281"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8857>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.112292 2.609281)"^^geo:wktLiteral ;
  geo-pos:lat "51.112292"^^xsd:decimal ;
  geo-pos:long "2.609281"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8857>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8857" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8857'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.609281'^^xsd:double;
  dwc:latitude '51.112292'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8857'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_781'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8858>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8858> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8858> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8858>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8858>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8858" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8858'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8858'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8859>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8859> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8859> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8859>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8859>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8859" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8859'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8859'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8860>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8860> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8860> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8860>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8860>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8860" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8860'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8860'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8861>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8861> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8861> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8861>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8861>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8861" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8861'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8861'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8862>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8862> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8862> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8862>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8862>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8862" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8862'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8862'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8863>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8863> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8863> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310395"^^xsd:decimal ;
  dwc:decimalLongitude "3.118302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8863>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  geo-pos:lat "51.310395"^^xsd:decimal ;
  geo-pos:long "3.118302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8863>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8863" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8863'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.118302'^^xsd:double;
  dwc:latitude '51.310395'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8863'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8865>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8865> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8865> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8865>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8865>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8865" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8865'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8865'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8866>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8866> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8866> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8866>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8866>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8866" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8866'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8866'^^xsd:anyURI;
  dwc:observationDate '2018-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8875>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8875> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8875> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8875>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8875>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8875" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8875'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8875'^^xsd:anyURI;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8876>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8876> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8876> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8876>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8876>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8876" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8876'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2015'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8876'^^xsd:anyURI;
  dwc:observationDate '2015-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8877>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8877> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8877> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8877>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8877>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8877" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8877'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2016'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8877'^^xsd:anyURI;
  dwc:observationDate '2016-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8915>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8915> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8915> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8915>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8915>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8915" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8915'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8915'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_782'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8916>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8916> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8916> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8916>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8916>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8916" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8916'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8916'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8917>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8917> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8917> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8917>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8917>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8917" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8917'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8917'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_783'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8918>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8918> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8918> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8918>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8918>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8918" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8918'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8918'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2018_785'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8920>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8920> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8920> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8920>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8920>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8920" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8920'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8920'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8921>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8921> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8921> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8921>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8921>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8921" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8921'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8921'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8922>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8922> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8922> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8922>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8922>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8922" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8922'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8922'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8923>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8923> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8923> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8923>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8923>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8923" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8923'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8923'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8924>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8924> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8924> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8924>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8924>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8924" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8924'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8924'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8925>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8925> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8925> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8925>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8925>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8925" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8925'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8925'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8926>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8926> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8926> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8926>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8926>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8926" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8926'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8926'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8927>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8927> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8927> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8927>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8927>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8927" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8927'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8927'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_784'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8928>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8928> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8928> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8928>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8928>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8928" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8928'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8928'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8929>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8929> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8929> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8929>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8929>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8929" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8929'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8929'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8930>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8930> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8930> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8930>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8930>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8930" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8930'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8930'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8931>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8931> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8931> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8931>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8931>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8931" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8931'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8931'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8932>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8932> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8932> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8932>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8932>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8932" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8932'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8932'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_786'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8933>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8933> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8933> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8933>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8933>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8933" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8933'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8933'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8934>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8934> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8934> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8934>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8934>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8934" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8934'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8934'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8935>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8935> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8935> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8935>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8935>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8935" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8935'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8935'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8936>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8936> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8936> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29667 2.839667)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.29667"^^xsd:decimal ;
  dwc:decimalLongitude "2.839667"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8936>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.29667 2.839667)"^^geo:wktLiteral ;
  geo-pos:lat "51.29667"^^xsd:decimal ;
  geo-pos:long "2.839667"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8936>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8936" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8936'^^xsd:anyURI;
  dwc:scientificName 'Megaptera novaeangliae (Borowski 1781)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.839667'^^xsd:double;
  dwc:latitude '51.29667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137092'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8936'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137092'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8937>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8937> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8937> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8937>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8937>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8937" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8937'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2018'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8937'^^xsd:anyURI;
  dwc:observationDate '2018-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8955>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8955> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8955> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344261 2.646332)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344261"^^xsd:decimal ;
  dwc:decimalLongitude "2.646332"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8955>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344261 2.646332)"^^geo:wktLiteral ;
  geo-pos:lat "51.344261"^^xsd:decimal ;
  geo-pos:long "2.646332"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8955>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8955" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8955'^^xsd:anyURI;
  dwc:scientificName 'Tursiops truncatus (Montagu 1821)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.646332'^^xsd:double;
  dwc:latitude '51.344261'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137111'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8955'^^xsd:anyURI;
  dwc:observationDate '2019-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137111'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8956>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8956> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8956> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8956>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8956>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8956" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8956'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8956'^^xsd:anyURI;
  dwc:observationDate '2019-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8957>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8957> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8957> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.94826 3.646173)"^^geo:wktLiteral ;
  dwc:decimalLatitude "50.94826"^^xsd:decimal ;
  dwc:decimalLongitude "3.646173"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8957>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (50.94826 3.646173)"^^geo:wktLiteral ;
  geo-pos:lat "50.94826"^^xsd:decimal ;
  geo-pos:long "3.646173"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8957>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8957" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8957'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.646173'^^xsd:double;
  dwc:latitude '50.94826'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive inland'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8957'^^xsd:anyURI;
  dwc:observationDate '2019-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8958>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8958> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8958> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8958>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8958>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8958" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8958'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8958'^^xsd:anyURI;
  dwc:observationDate '2019-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_791'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8959>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8959> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8959> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8959>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8959>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8959" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8959'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8959'^^xsd:anyURI;
  dwc:observationDate '2019-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8960>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8960> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8960> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8960>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8960>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8960" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8960'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8960'^^xsd:anyURI;
  dwc:observationDate '2019-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_788'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8961>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8961> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8961> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8961>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8961>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8961" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8961'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8961'^^xsd:anyURI;
  dwc:observationDate '2019-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_789'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8962>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8962> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8962> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8962>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8962>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8962" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8962'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8962'^^xsd:anyURI;
  dwc:observationDate '2019-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8963>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8963> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8963> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8963>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8963>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8963" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8963'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8963'^^xsd:anyURI;
  dwc:observationDate '2019-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_000'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8964>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8964> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8964> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8964>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8964>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8964" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8964'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8964'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8965>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8965> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8965> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8965>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8965>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8965" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8965'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8965'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_792'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8966>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8966> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8966> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8966>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8966>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8966" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8966'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8966'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_793'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8967>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8967> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8967> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8967>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8967>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8967" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8967'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8967'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8968>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8968> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8968> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8968>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8968>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8968" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8968'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8968'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8969>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8969> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8969> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8969>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8969>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8969" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8969'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8969'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_794'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8970>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8970> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8970> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8970>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8970>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8970" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8970'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8970'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8971>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8971> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8971> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8971>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8971>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8971" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8971'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8971'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8972>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8972> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8972> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8972>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8972>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8972" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8972'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8972'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8973>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8973> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8973> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8973>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8973>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8973" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8973'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8973'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8974>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8974> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8974> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8974>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8974>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8974" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8974'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8974'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_795'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8975>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8975> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8975> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8975>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8975>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8975" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8975'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8975'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8976>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8976> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8976> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8976>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8976>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8976" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8976'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8976'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8977>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8977> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8977> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8977>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8977>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8977" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8977'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8977'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8978>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8978> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8978> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8978>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8978>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8978" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8978'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8978'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8979>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8979> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8979> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8979>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8979>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8979" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8979'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8979'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_796'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8980>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8980> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8980> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8980>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8980>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8980" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8980'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8980'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8981>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8981> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8981> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8981>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8981>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8981" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8981'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8981'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8982>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8982> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8982> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8982>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8982>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8982" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8982'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8982'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8983>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8983> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8983> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8983>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8983>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8983" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8983'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8983'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8984>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8984> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8984> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8984>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8984>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8984" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8984'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8984'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8985>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8985> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8985> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8985>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8985>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8985" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8985'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8985'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8986>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8986> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8986> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8986>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8986>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8986" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8986'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8986'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_797'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8987>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8987> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8987> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8987>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8987>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8987" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8987'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8987'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8988>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8988> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8988> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8988>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8988>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8988" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8988'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8988'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8989>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8989> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8989> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8989>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8989>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8989" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8989'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8989'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8990>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8990> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8990> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8990>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8990>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8990" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8990'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8990'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8991>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8991> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8991> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8991>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8991>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8991" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8991'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8991'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8992>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8992> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8992> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8992>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8992>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8992" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8992'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8992'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_798'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8995>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8995> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8995> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8995>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8995>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8995" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8995'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8995'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_799'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8996>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8996> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8996> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8996>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8996>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8996" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8996'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8996'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8997>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8997> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8997> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8997>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8997>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8997" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8997'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8997'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_802'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8998>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8998> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8998> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8998>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8998>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8998" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8998'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8998'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8999>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8999> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8999> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8999>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F8999>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/8999" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/8999'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/8999'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_803'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9000>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9000> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9000> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9000>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9000>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9000" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9000'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9000'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9001>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9001> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9001> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9001>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9001>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9001" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9001'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9001'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9002>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9002> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9002> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9002>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9002>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9002" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9002'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9002'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9003>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9003> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9003> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9003>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9003>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9003" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9003'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9003'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_804'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9004>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9004> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9004> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9004>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9004>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9004" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9004'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9004'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_805'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9005>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9005> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9005> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9005>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9005>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9005" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9005'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9005'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_807'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9006>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9006> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9006> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9006>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9006>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9006" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9006'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9006'^^xsd:anyURI;
  dwc:observationDate '2019-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_808'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9007>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9007> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9007> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9007>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9007>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9007" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9007'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9007'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_806'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9008>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9008> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9008> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.349883"^^xsd:decimal ;
  dwc:decimalLongitude "3.20426"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9008>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.349883 3.20426)"^^geo:wktLiteral ;
  geo-pos:lat "51.349883"^^xsd:decimal ;
  geo-pos:long "3.20426"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9008>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9008" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9008'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.20426'^^xsd:double;
  dwc:latitude '51.349883'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9008'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9009>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9009> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9009> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9009>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9009>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9009" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9009'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9009'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9010>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9010> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9010> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9010>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9010>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9010" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9010'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9010'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9011>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9011> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9011> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9011>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9011>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9011" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9011'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9011'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9012>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9012> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9012> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9012>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9012>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9012" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9012'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9012'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9013>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9013> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9013> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9013>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9013>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9013" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9013'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9013'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9014>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9014> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9014> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9014>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9014>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9014" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9014'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9014'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9015>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9015> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9015> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9015>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9015>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9015" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9015'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9015'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9020>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9020> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9020> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.175781 4.327754)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.175781"^^xsd:decimal ;
  dwc:decimalLongitude "4.327754"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9020>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.175781 4.327754)"^^geo:wktLiteral ;
  geo-pos:lat "51.175781"^^xsd:decimal ;
  geo-pos:long "4.327754"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9020>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9020" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9020'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.327754'^^xsd:double;
  dwc:latitude '51.175781'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead inland'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9020'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9021>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9021> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9021> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9021>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9021>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9021" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9021'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9021'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9055>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9055> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9055> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9055>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9055>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9055" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9055'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9055'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9056>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9056> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9056> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.227064 2.90053)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.227064"^^xsd:decimal ;
  dwc:decimalLongitude "2.90053"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9056>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.227064 2.90053)"^^geo:wktLiteral ;
  geo-pos:lat "51.227064"^^xsd:decimal ;
  geo-pos:long "2.90053"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9056>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9056" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9056'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.90053'^^xsd:double;
  dwc:latitude '51.227064'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9056'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9058>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9058> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9058> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9058>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9058>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9058" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9058'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9058'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_809'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9059>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9059> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9059> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9059>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9059>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9059" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9059'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9059'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9060>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9060> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9060> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9060>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9060>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9060" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9060'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9060'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9061>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9061> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9061> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36364"^^xsd:decimal ;
  dwc:decimalLongitude "4.23729"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9061>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36364 4.23729)"^^geo:wktLiteral ;
  geo-pos:lat "51.36364"^^xsd:decimal ;
  geo-pos:long "4.23729"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9061>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9061" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9061'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '4.23729'^^xsd:double;
  dwc:latitude '51.36364'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead inland'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9061'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9063>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9063> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9063> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9063>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9063>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9063" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9063'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9063'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9064>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9064> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9064> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9064>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9064>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9064" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9064'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9064'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9066>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9066> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9066> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9066>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9066>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9066" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9066'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9066'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9067>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9067> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9067> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344401 3.230499)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344401"^^xsd:decimal ;
  dwc:decimalLongitude "3.230499"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9067>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344401 3.230499)"^^geo:wktLiteral ;
  geo-pos:lat "51.344401"^^xsd:decimal ;
  geo-pos:long "3.230499"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9067>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9067" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9067'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.230499'^^xsd:double;
  dwc:latitude '51.344401'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9067'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9068>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9068> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9068> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9068>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9068>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9068" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9068'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9068'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9069>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9069> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9069> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9069>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9069>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9069" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9069'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9069'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9070>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9070> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9070> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9070>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9070>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9070" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9070'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9070'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9071>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9071> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9071> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9071>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9071>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9071" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9071'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9071'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_810'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9072>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9072> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9072> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9072>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9072>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9072" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9072'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9072'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_811'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9073>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9073> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9073> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9073>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9073>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9073" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9073'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9073'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9074>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9074> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9074> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9074>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9074>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9074" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9074'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9074'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9075>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9075> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9075> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9075>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9075>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9075" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9075'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9075'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9076>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9076> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9076> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9076>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9076>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9076" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9076'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9076'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9077>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9077> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9077> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9077>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9077>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9077" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9077'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9077'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9079>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9079> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9079> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9079>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9079>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9079" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9079'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9079'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_812'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9080>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9080> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9080> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9080>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9080>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9080" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9080'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9080'^^xsd:anyURI;
  dwc:observationDate '2019-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9081>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9081> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9081> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9081>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9081>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9081" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9081'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9081'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9083>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9083> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9083> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9083>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9083>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9083" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9083'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9083'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9084>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9084> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9084> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9084>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9084>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9084" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9084'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9084'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9085>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9085> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9085> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9085>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9085>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9085" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9085'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9085'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9086>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9086> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9086> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9086>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9086>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9086" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9086'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9086'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9087>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9087> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9087> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9087>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9087>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9087" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9087'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9087'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9088>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9088> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9088> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9088>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9088>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9088" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9088'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9088'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9089>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9089> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9089> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9089>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9089>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9089" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9089'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9089'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9091>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9091> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9091> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9091>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9091>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9091" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9091'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9091'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9093>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9093> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9093> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9093>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9093>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9093" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9093'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9093'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_814'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9096>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9096> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9096> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9096>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9096>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9096" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9096'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9096'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9097>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9097> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9097> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9097>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9097>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9097" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9097'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9097'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9098>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9098> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9098> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9098>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9098>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9098" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9098'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9098'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9099>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9099> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9099> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9099>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9099>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9099" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9099'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9099'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9100>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9100> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9100> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.344286"^^xsd:decimal ;
  dwc:decimalLongitude "3.242598"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9100>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.344286 3.242598)"^^geo:wktLiteral ;
  geo-pos:lat "51.344286"^^xsd:decimal ;
  geo-pos:long "3.242598"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9100>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9100" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9100'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.242598'^^xsd:double;
  dwc:latitude '51.344286'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9100'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9101>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9101> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9101> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9101>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9101>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9101" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9101'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9101'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9102>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9102> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9102> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9102>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9102>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9102" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9102'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9102'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9103>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9103> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9103> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9103>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9103>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9103" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9103'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9103'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9104>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9104> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9104> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36095 3.314033)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.36095"^^xsd:decimal ;
  dwc:decimalLongitude "3.314033"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9104>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.36095 3.314033)"^^geo:wktLiteral ;
  geo-pos:lat "51.36095"^^xsd:decimal ;
  geo-pos:long "3.314033"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9104>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9104" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9104'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.314033'^^xsd:double;
  dwc:latitude '51.36095'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9104'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9105>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9105> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9105> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9105>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9105>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9105" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9105'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9105'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9106>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9106> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9106> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9106>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9106>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9106" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9106'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9106'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9107>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9107> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9107> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9107>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9107>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9107" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9107'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9107'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9108>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9108> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9108> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9108>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9108>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9108" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9108'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9108'^^xsd:anyURI;
  dwc:observationDate '2019-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9135>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9135> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9135> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266667 2.45)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.266667"^^xsd:decimal ;
  dwc:decimalLongitude "2.45"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9135>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.266667 2.45)"^^geo:wktLiteral ;
  geo-pos:lat "51.266667"^^xsd:decimal ;
  geo-pos:long "2.45"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9135>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9135" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9135'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.45'^^xsd:double;
  dwc:latitude '51.266667'^^xsd:double;
  dwc:occurrenceRemarks 'Sighted'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9135'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9136>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9136> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9136> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9136>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9136>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9136" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9136'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9136'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_000'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9137>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9137> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9137> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9137>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9137>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9137" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9137'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9137'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9138>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9138> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9138> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2376 2.64605)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.2376"^^xsd:decimal ;
  dwc:decimalLongitude "2.64605"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9138>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.2376 2.64605)"^^geo:wktLiteral ;
  geo-pos:lat "51.2376"^^xsd:decimal ;
  geo-pos:long "2.64605"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9138>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9138" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9138'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.64605'^^xsd:double;
  dwc:latitude '51.2376'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead at sea'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9138'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9139>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9139> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9139> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9139>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9139>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9139" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9139'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9139'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9140>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9140> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9140> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9140>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9140>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9140" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9140'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9140'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9141>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9141> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9141> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9141>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9141>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9141" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9141'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9141'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_000'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9142>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9142> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9142> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9142>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9142>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9142" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9142'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9142'^^xsd:anyURI;
  dwc:observationDate '2019-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9143>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9143> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9143> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9143>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9143>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9143" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9143'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9143'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9144>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9144> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9144> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9144>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9144>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9144" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9144'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9144'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9145>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9145> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9145> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9145>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9145>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9145" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9145'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9145'^^xsd:anyURI;
  dwc:observationDate '2019-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9146>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9146> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9146> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9146>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9146>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9146" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9146'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9146'^^xsd:anyURI;
  dwc:observationDate '2019-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9147>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9147> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9147> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9147>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9147>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9147" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9147'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9147'^^xsd:anyURI;
  dwc:observationDate '2019-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2019_000'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9148>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9148> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9148> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9148>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9148>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9148" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9148'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9148'^^xsd:anyURI;
  dwc:observationDate '2019-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9150>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9150> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9150> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9150>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9150>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9150" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9150'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9150'^^xsd:anyURI;
  dwc:observationDate '2019-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9152>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9152> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9152> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9152>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9152>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9152" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9152'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9152'^^xsd:anyURI;
  dwc:observationDate '2019-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9153>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9153> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9153> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9153>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9153>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9153" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9153'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9153'^^xsd:anyURI;
  dwc:observationDate '2019-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9154>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9154> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9154> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9154>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9154>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9154" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9154'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9154'^^xsd:anyURI;
  dwc:observationDate '2019-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9155>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9155> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9155> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9155>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9155>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9155" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9155'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9155'^^xsd:anyURI;
  dwc:observationDate '2019-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9156>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9156> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9156> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9156>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9156>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9156" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9156'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9156'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9157>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9157> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9157> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9157>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9157>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9157" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9157'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9157'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9158>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9158> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9158> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9158>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9158>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9158" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9158'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9158'^^xsd:anyURI;
  dwc:observationDate '2019-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9159>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9159> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9159> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9159>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9159>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9159" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9159'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Released from captivity/rehab'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9159'^^xsd:anyURI;
  dwc:observationDate '2019-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9160>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9160> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9160> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9160>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9160>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9160" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9160'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9160'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9161>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9161> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9161> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9161>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9161>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9161" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9161'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9161'^^xsd:anyURI;
  dwc:observationDate '2019-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9162>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9162> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9162> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9162>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9162>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9162" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9162'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9162'^^xsd:anyURI;
  dwc:observationDate '2019-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9163>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9163> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9163> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9163>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9163>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9163" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9163'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9163'^^xsd:anyURI;
  dwc:observationDate '2019-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9164>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9164> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9164> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9164>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9164>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9164" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9164'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9164'^^xsd:anyURI;
  dwc:observationDate '2019-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9175>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9175> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9175> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238262 2.928236)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.238262"^^xsd:decimal ;
  dwc:decimalLongitude "2.928236"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9175>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.238262 2.928236)"^^geo:wktLiteral ;
  geo-pos:lat "51.238262"^^xsd:decimal ;
  geo-pos:long "2.928236"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9175>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9175" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9175'^^xsd:anyURI;
  dwc:scientificName 'Mesoplodon bidens (Sowerby 1804)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.928236'^^xsd:double;
  dwc:latitude '51.238262'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137121'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9175'^^xsd:anyURI;
  dwc:observationDate '2020-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137121'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9196>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9196> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9196> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9196>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9196>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9196" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9196'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9196'^^xsd:anyURI;
  dwc:observationDate '2019-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9197>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9197> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9197> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9197>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9197>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9197" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9197'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9197'^^xsd:anyURI;
  dwc:observationDate '2019-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9198>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9198> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9198> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9198>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9198>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9198" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9198'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9198'^^xsd:anyURI;
  dwc:observationDate '2019-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9199>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9199> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9199> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9199>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9199>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9199" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9199'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:collector 'Nathalie Colpaert'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9199'^^xsd:anyURI;
  dwc:observationDate '2019-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9200>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9200> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9200> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9200>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9200>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9200" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9200'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2019'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9200'^^xsd:anyURI;
  dwc:observationDate '2019-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9201>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9201> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9201> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9201>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9201>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9201" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9201'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9201'^^xsd:anyURI;
  dwc:observationDate '2020-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9202>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9202> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9202> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.310395"^^xsd:decimal ;
  dwc:decimalLongitude "3.118302"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9202>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.310395 3.118302)"^^geo:wktLiteral ;
  geo-pos:lat "51.310395"^^xsd:decimal ;
  geo-pos:long "3.118302"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9202>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9202" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9202'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.118302'^^xsd:double;
  dwc:latitude '51.310395'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9202'^^xsd:anyURI;
  dwc:observationDate '2020-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9235>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9235> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9235> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9235>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9235>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9235" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9235'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '1'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9235'^^xsd:anyURI;
  dwc:observationDate '2020-01-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9236>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9236> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9236> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9236>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9236>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9236" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9236'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9236'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_821'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9237>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9237> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9237> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9237>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9237>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9237" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9237'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9237'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_822'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9238>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9238> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9238> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9238>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9238>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9238" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9238'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9238'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9239>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9239> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9239> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9239>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9239>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9239" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9239'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9239'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9240>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9240> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9240> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9240>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9240>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9240" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9240'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9240'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9241>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9241> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9241> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9241>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9241>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9241" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9241'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-20:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9241'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9242>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9242> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9242> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9242>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9242>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9242" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9242'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9242'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9243>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9243> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9243> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9243>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9243>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9243" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9243'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9243'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9244>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9244> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9244> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9244>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9244>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9244" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9244'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9244'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_831'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9245>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9245> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9245> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9245>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9245>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9245" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9245'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '2'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9245'^^xsd:anyURI;
  dwc:observationDate '2020-02-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_823'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9246>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9246> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9246> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9246>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9246>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9246" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9246'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9246'^^xsd:anyURI;
  dwc:observationDate '2020-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_827'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9247>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9247> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9247> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9247>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9247>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9247" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9247'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9247'^^xsd:anyURI;
  dwc:observationDate '2020-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9248>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9248> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9248> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9248>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9248>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9248" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9248'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9248'^^xsd:anyURI;
  dwc:observationDate '2020-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_825'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9249>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9249> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9249> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9249>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9249>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9249" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9249'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9249'^^xsd:anyURI;
  dwc:observationDate '2020-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9250>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9250> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9250> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9250>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9250>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9250" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9250'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9250'^^xsd:anyURI;
  dwc:observationDate '2020-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_826'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9251>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9251> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9251> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.347017"^^xsd:decimal ;
  dwc:decimalLongitude "3.208366"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9251>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.347017 3.208366)"^^geo:wktLiteral ;
  geo-pos:lat "51.347017"^^xsd:decimal ;
  geo-pos:long "3.208366"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9251>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9251" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9251'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.208366'^^xsd:double;
  dwc:latitude '51.347017'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9251'^^xsd:anyURI;
  dwc:observationDate '2020-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_824'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9252>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9252> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9252> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9252>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9252>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9252" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9252'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '3'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9252'^^xsd:anyURI;
  dwc:observationDate '2020-03-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_828'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9253>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9253> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9253> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9253>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9253>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9253" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9253'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9253'^^xsd:anyURI;
  dwc:observationDate '2020-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9254>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9254> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9254> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9254>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9254>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9254" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9254'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9254'^^xsd:anyURI;
  dwc:observationDate '2020-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9255>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9255> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9255> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9255>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9255>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9255" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9255'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9255'^^xsd:anyURI;
  dwc:observationDate '2020-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_829'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9256>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9256> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9256> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9256>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9256>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9256" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9256'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9256'^^xsd:anyURI;
  dwc:observationDate '2020-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9257>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9257> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9257> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9257>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9257>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9257" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9257'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9257'^^xsd:anyURI;
  dwc:observationDate '2020-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_832'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9258>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9258> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9258> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9258>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9258>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9258" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9258'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9258'^^xsd:anyURI;
  dwc:observationDate '2020-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9259>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9259> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9259> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9259>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9259>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9259" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9259'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9259'^^xsd:anyURI;
  dwc:observationDate '2020-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9275>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9275> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9275> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.231984"^^xsd:decimal ;
  dwc:decimalLongitude "2.927642"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9275>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.231984 2.927642)"^^geo:wktLiteral ;
  geo-pos:lat "51.231984"^^xsd:decimal ;
  geo-pos:long "2.927642"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9275>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9275" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9275'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '4'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.927642'^^xsd:double;
  dwc:latitude '51.231984'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9275'^^xsd:anyURI;
  dwc:observationDate '2020-04-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9276>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9276> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9276> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9276>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9276>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9276" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9276'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9276'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_830'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9277>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9277> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9277> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9277>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9277>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9277" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9277'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9277'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_833'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9278>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9278> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9278> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9278>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9278>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9278" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9278'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9278'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_834'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9279>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9279> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9279> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9279>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9279>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9279" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9279'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9279'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_835'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9280>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9280> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9280> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9280>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9280>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9280" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9280'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9280'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9281>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9281> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9281> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9281>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9281>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9281" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9281'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-10:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9281'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9282>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9282> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9282> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9282>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9282>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9282" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9282'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9282'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9283>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9283> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9283> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9283>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9283>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9283" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9283'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9283'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9284>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9284> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9284> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9284>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9284>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9284" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9284'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9284'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9285>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9285> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9285> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9285>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9285>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9285" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9285'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9285'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9286>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9286> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9286> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9286>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9286>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9286" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9286'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9286'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9287>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9287> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9287> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9287>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9287>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9287" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9287'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9287'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9288>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9288> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9288> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9288>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9288>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9288" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9288'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9288'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9290>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9290> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9290> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9290>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9290>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9290" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9290'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9290'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_837'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9291>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9291> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9291> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9291>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9291>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9291" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9291'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-30:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9291'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9292>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9292> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9292> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9292>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9292>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9292" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9292'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '5'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9292'^^xsd:anyURI;
  dwc:observationDate '2020-05-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9293>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9293> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9293> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9293>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9293>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9293" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9293'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9293'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9294>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9294> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9294> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9294>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9294>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9294" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9294'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9294'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_838'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9295>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9295> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9295> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9295>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9295>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9295" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9295'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9295'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9296>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9296> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9296> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9296>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9296>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9296" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9296'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9296'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_838'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9297>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9297> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9297> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9297>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9297>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9297" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9297'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9297'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_839'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9298>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9298> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9298> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9298>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9298>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9298" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9298'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9298'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9299>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9299> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9299> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9299>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9299>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9299" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9299'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9299'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9300>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9300> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9300> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9300>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9300>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9300" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9300'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9300'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_848'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9301>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9301> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9301> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9301>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9301>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9301" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9301'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9301'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9302>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9302> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9302> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.346506"^^xsd:decimal ;
  dwc:decimalLongitude "3.258014"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9302>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.346506 3.258014)"^^geo:wktLiteral ;
  geo-pos:lat "51.346506"^^xsd:decimal ;
  geo-pos:long "3.258014"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9302>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9302" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9302'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.258014'^^xsd:double;
  dwc:latitude '51.346506'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9302'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9303>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9303> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9303> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9303>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9303>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9303" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9303'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9303'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_850'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9305>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9305> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9305> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9305>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9305>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9305" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9305'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9305'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9306>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9306> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9306> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9306>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9306>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9306" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9306'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-19:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9306'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_841'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9307>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9307> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9307> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9307>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9307>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9307" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9307'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '6'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9307'^^xsd:anyURI;
  dwc:observationDate '2020-06-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9309>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9309> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9309> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9309>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9309>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9309" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9309'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9309'^^xsd:anyURI;
  dwc:observationDate '2020-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9310>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9310> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9310> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9310>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9310>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9310" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9310'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9310'^^xsd:anyURI;
  dwc:observationDate '2020-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9311>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9311> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9311> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9311>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9311>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9311" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9311'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9311'^^xsd:anyURI;
  dwc:observationDate '2020-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_842'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9313>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9313> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9313> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9313>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9313>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9313" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9313'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9313'^^xsd:anyURI;
  dwc:observationDate '2020-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_851'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9314>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9314> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9314> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9314>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9314>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9314" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9314'^^xsd:anyURI;
  dwc:scientificName 'Delphinus delphis (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-22:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137094'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9314'^^xsd:anyURI;
  dwc:observationDate '2020-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137094'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9315>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9315> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9315> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9315>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9315>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9315" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9315'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9315'^^xsd:anyURI;
  dwc:observationDate '2020-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9316>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9316> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9316> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9316>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9316>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9316" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9316'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9316'^^xsd:anyURI;
  dwc:observationDate '2020-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9317>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9317> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9317> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9317>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9317>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9317" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9317'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '7'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9317'^^xsd:anyURI;
  dwc:observationDate '2020-07-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9318>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9318> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9318> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9318>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9318>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9318" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9318'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead in harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9318'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9319>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9319> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9319> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9319>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9319>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9319" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9319'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9319'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9320>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9320> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9320> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.318387"^^xsd:decimal ;
  dwc:decimalLongitude "3.145717"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9320>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.318387 3.145717)"^^geo:wktLiteral ;
  geo-pos:lat "51.318387"^^xsd:decimal ;
  geo-pos:long "3.145717"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9320>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9320" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9320'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-24:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.145717'^^xsd:double;
  dwc:latitude '51.318387'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9320'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9321>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9321> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9321> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9321>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9321>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9321" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9321'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9321'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_843'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9322>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9322> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9322> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.143546"^^xsd:decimal ;
  dwc:decimalLongitude "2.744354"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9322>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.143546 2.744354)"^^geo:wktLiteral ;
  geo-pos:lat "51.143546"^^xsd:decimal ;
  geo-pos:long "2.744354"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9322>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9322" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9322'^^xsd:anyURI;
  dwc:scientificName 'Mesoplodon bidens (Sowerby 1804)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.744354'^^xsd:double;
  dwc:latitude '51.143546'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137121'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9322'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137121'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9323>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9323> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9323> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9323>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9323>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9323" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9323'^^xsd:anyURI;
  dwc:scientificName 'Mesoplodon bidens (Sowerby 1804)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137121'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9323'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137121'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9325>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9325> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9325> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9325>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9325>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9325" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9325'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-09:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9325'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_844'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9326>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9326> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9326> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9326>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9326>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9326" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9326'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9326'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9327>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9327> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9327> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9327>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9327>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9327" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9327'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9327'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9328>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9328> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9328> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9328>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9328>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9328" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9328'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-16:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9328'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9330>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9330> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9330> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9330>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9330>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9330" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9330'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9330'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9331>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9331> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9331> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9331>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9331>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9331" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9331'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9331'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9332>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9332> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9332> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.35468"^^xsd:decimal ;
  dwc:decimalLongitude "3.29122"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9332>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.35468 3.29122)"^^geo:wktLiteral ;
  geo-pos:lat "51.35468"^^xsd:decimal ;
  geo-pos:long "3.29122"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9332>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9332" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9332'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.29122'^^xsd:double;
  dwc:latitude '51.35468'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9332'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9333>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9333> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9333> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.278989"^^xsd:decimal ;
  dwc:decimalLongitude "3.028073"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9333>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.278989 3.028073)"^^geo:wktLiteral ;
  geo-pos:lat "51.278989"^^xsd:decimal ;
  geo-pos:long "3.028073"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9333>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9333" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9333'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '8'^^xsd:integer;
  dwc:timeZone '-31:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.028073'^^xsd:double;
  dwc:latitude '51.278989'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9333'^^xsd:anyURI;
  dwc:observationDate '2020-08-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9334>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9334> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9334> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9334>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9334>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9334" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9334'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9334'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9335>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9335> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9335> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9335>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9335>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9335" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9335'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9335'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9336>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9336> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9336> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9336>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9336>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9336" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9336'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9336'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9337>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9337> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9337> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9337>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9337>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9337" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9337'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9337'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9338>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9338> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9338> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9338>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9338>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9338" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9338'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-03:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Died during transport/rehab'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9338'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9339>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9339> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9339> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9339>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9339>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9339" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9339'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9339'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9340>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9340> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9340> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9340>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9340>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9340" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9340'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9340'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_846'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9341>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9341> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9341> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9341>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9341>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9341" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9341'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-06:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9341'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9342>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9342> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9342> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9342>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9342>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9342" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9342'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9342'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9343>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9343> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9343> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9343>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9343>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9343" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9343'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-17:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9343'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9344>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9344> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9344> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9344>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9344>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9344" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9344'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-25:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9344'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9345>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9345> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9345> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9345>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9345>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9345" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9345'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-26:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9345'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9346>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9346> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9346> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9346>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9346>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9346" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9346'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9346'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9347>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9347> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9347> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.219059"^^xsd:decimal ;
  dwc:decimalLongitude "2.88119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9347>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.219059 2.88119)"^^geo:wktLiteral ;
  geo-pos:lat "51.219059"^^xsd:decimal ;
  geo-pos:long "2.88119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9347>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9347" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9347'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.88119'^^xsd:double;
  dwc:latitude '51.219059'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9347'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9348>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9348> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9348> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9348>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9348>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9348" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9348'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9348'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9349>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9349> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9349> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9349>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9349>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9349" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9349'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-27:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9349'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9350>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9350> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9350> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.354833"^^xsd:decimal ;
  dwc:decimalLongitude "3.287277"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9350>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.354833 3.287277)"^^geo:wktLiteral ;
  geo-pos:lat "51.354833"^^xsd:decimal ;
  geo-pos:long "3.287277"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9350>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9350" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9350'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-28:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.287277'^^xsd:double;
  dwc:latitude '51.354833'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9350'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9351>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9351> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9351> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9351>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9351>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9351" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9351'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9351'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9352>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9352> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9352> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9352>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9352>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9352" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9352'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9352'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9353>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9353> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9353> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9353>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9353>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9353" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9353'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9353'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9354>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9354> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9354> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9354>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9354>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9354" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9354'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '9'^^xsd:integer;
  dwc:timeZone '-29:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9354'^^xsd:anyURI;
  dwc:observationDate '2020-09-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9355>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9355> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9355> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9355>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9355>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9355" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9355'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9355'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9356>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9356> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9356> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.317202"^^xsd:decimal ;
  dwc:decimalLongitude "3.1245"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9356>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.317202 3.1245)"^^geo:wktLiteral ;
  geo-pos:lat "51.317202"^^xsd:decimal ;
  geo-pos:long "3.1245"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9356>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9356" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9356'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.1245'^^xsd:double;
  dwc:latitude '51.317202'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9356'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9357>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9357> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9357> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.302658"^^xsd:decimal ;
  dwc:decimalLongitude "3.077772"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9357>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.302658 3.077772)"^^geo:wktLiteral ;
  geo-pos:lat "51.302658"^^xsd:decimal ;
  geo-pos:long "3.077772"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9357>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9357" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9357'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-07:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.077772'^^xsd:double;
  dwc:latitude '51.302658'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9357'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9358>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9358> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9358> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9358>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9358>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9358" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9358'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-08:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9358'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9359>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9359> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9359> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9359>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9359>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9359" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9359'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9359'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_849'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9360>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9360> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9360> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.164231"^^xsd:decimal ;
  dwc:decimalLongitude "2.752081"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9360>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.164231 2.752081)"^^geo:wktLiteral ;
  geo-pos:lat "51.164231"^^xsd:decimal ;
  geo-pos:long "2.752081"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9360>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9360" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9360'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.752081'^^xsd:double;
  dwc:latitude '51.164231'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9360'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9361>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9361> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9361> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0055 3.758847)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.0055"^^xsd:decimal ;
  dwc:decimalLongitude "3.758847"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9361>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.0055 3.758847)"^^geo:wktLiteral ;
  geo-pos:lat "51.0055"^^xsd:decimal ;
  geo-pos:long "3.758847"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9361>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9361" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9361'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-12:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.758847'^^xsd:double;
  dwc:latitude '51.0055'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead inland'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9361'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9362>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9362> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9362> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.331082"^^xsd:decimal ;
  dwc:decimalLongitude "3.168542"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9362>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.331082 3.168542)"^^geo:wktLiteral ;
  geo-pos:lat "51.331082"^^xsd:decimal ;
  geo-pos:long "3.168542"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9362>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9362" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9362'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '3.168542'^^xsd:double;
  dwc:latitude '51.331082'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9362'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9363>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9363> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9363> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.172143"^^xsd:decimal ;
  dwc:decimalLongitude "2.772893"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9363>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.172143 2.772893)"^^geo:wktLiteral ;
  geo-pos:lat "51.172143"^^xsd:decimal ;
  geo-pos:long "2.772893"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9363>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9363" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9363'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.772893'^^xsd:double;
  dwc:latitude '51.172143'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9363'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9364>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9364> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9364> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9364>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9364>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9364" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9364'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-21:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found alive on beach/harbour'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9364'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9365>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9365> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9365> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9365>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9365>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9365" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9365'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '10'^^xsd:integer;
  dwc:timeZone '-23:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9365'^^xsd:anyURI;
  dwc:observationDate '2020-10-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9367>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9367> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9367> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9367>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9367>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9367" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9367'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-04:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9367'^^xsd:anyURI;
  dwc:observationDate '2020-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9368>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9368> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9368> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.122241"^^xsd:decimal ;
  dwc:decimalLongitude "2.63119"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9368>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.122241 2.63119)"^^geo:wktLiteral ;
  geo-pos:lat "51.122241"^^xsd:decimal ;
  geo-pos:long "2.63119"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9368>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9368" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9368'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '11'^^xsd:integer;
  dwc:timeZone '-05:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.63119'^^xsd:double;
  dwc:latitude '51.122241'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9368'^^xsd:anyURI;
  dwc:observationDate '2020-11-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9371>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9371> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9371> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.210074"^^xsd:decimal ;
  dwc:decimalLongitude "2.861989"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9371>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.210074 2.861989)"^^geo:wktLiteral ;
  geo-pos:lat "51.210074"^^xsd:decimal ;
  geo-pos:long "2.861989"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9371>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9371" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9371'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.861989'^^xsd:double;
  dwc:latitude '51.210074'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9371'^^xsd:anyURI;
  dwc:observationDate '2020-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_852'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9372>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9372> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9372> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.104404"^^xsd:decimal ;
  dwc:decimalLongitude "2.588026"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9372>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.104404 2.588026)"^^geo:wktLiteral ;
  geo-pos:lat "51.104404"^^xsd:decimal ;
  geo-pos:long "2.588026"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9372>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9372" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9372'^^xsd:anyURI;
  dwc:scientificName 'Pinnipedia sp.'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-01:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.588026'^^xsd:double;
  dwc:latitude '51.104404'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '148736'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9372'^^xsd:anyURI;
  dwc:observationDate '2020-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '148736'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '120'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_854'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9373>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9373> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9373> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.189582"^^xsd:decimal ;
  dwc:decimalLongitude "2.813988"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9373>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.189582 2.813988)"^^geo:wktLiteral ;
  geo-pos:lat "51.189582"^^xsd:decimal ;
  geo-pos:long "2.813988"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9373>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9373" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9373'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-02:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.813988'^^xsd:double;
  dwc:latitude '51.189582'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9373'^^xsd:anyURI;
  dwc:observationDate '2020-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9374>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9374> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9374> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.249204"^^xsd:decimal ;
  dwc:decimalLongitude "2.956873"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9374>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.249204 2.956873)"^^geo:wktLiteral ;
  geo-pos:lat "51.249204"^^xsd:decimal ;
  geo-pos:long "2.956873"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9374>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9374" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9374'^^xsd:anyURI;
  dwc:scientificName 'Balaenoptera acutorostrata (Lacépède 1804)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.956873'^^xsd:double;
  dwc:latitude '51.249204'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137087'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9374'^^xsd:anyURI;
  dwc:observationDate '2020-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137087'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9375>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9375> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9375> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9375>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9375>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9375" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9375'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-11:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9375'^^xsd:anyURI;
  dwc:observationDate '2020-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9376>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9376> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9376> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.136766"^^xsd:decimal ;
  dwc:decimalLongitude "2.670368"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9376>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.136766 2.670368)"^^geo:wktLiteral ;
  geo-pos:lat "51.136766"^^xsd:decimal ;
  geo-pos:long "2.670368"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9376>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9376" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9376'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-13:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.670368'^^xsd:double;
  dwc:latitude '51.136766'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9376'^^xsd:anyURI;
  dwc:observationDate '2020-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_856'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9377>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9377> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9377> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.234701"^^xsd:decimal ;
  dwc:decimalLongitude "2.914037"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9377>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.234701 2.914037)"^^geo:wktLiteral ;
  geo-pos:lat "51.234701"^^xsd:decimal ;
  geo-pos:long "2.914037"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9377>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9377" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9377'^^xsd:anyURI;
  dwc:scientificName 'Phocoena phocoena (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-14:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.914037'^^xsd:double;
  dwc:latitude '51.234701'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137117'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9377'^^xsd:anyURI;
  dwc:observationDate '2020-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137117'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_853'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9378>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9378> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9378> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9378>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9378>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9378" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9378'^^xsd:anyURI;
  dwc:scientificName 'Phoca vitulina (Linnaeus 1758)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-15:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Bycatch'^^xsd:string;
  dwc:aphiaid '137084'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9378'^^xsd:anyURI;
  dwc:observationDate '2020-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137084'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_857'^^xsd:string;
  .
<https://eurobis.org/id/location/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9379>
  a mr:Feature , dct:Location ;
  geo:hasCentroid <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9379> ;
  mr:hasGeometry <https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9379> ;
  dcat:centroid "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  dwc:decimalLatitude "51.148842"^^xsd:decimal ;
  dwc:decimalLongitude "2.711852"^^xsd:decimal ;
  dwc:geodeticDatum "EPSG:4326" ;
  dwciri:geodeticDatum <http://www.opengis.net/def/crs/EPSG/0/4326> ;
  dwc:minimumDepthInMeters ""^^xsd:integer ;
  dwc:maximumDepthInMeters ""^^xsd:integer ;
  dwc:coordinateUncertaintyInMeters ""^^xsd:integer ;
  dwc:locationRemarks ""@en .

<https://eurobis.org/id/point/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9379>
  a sf:Point , sf:Geometry ;
  geo:asWKT "<http://www.opengis.net/def/crs/EPSG/0/4326> POINT (51.148842 2.711852)"^^geo:wktLiteral ;
  geo-pos:lat "51.148842"^^xsd:decimal ;
  geo-pos:long "2.711852"^^xsd:decimal ;
  geo:hasMetricSpatialAccuracy ""^^xsd:integer .

<https://eurobis.org/id/occurrence/5990__http%3A%2F%2Fwww.marinemammals.be%2Fobservations%2Fview%2F9379>
  a marine-observation:OrganismOccurrence , dwc:Occurrence ;
  dct:identifier "http://www.marinemammals.be/observations/view/9379" ;
  marine-observation:madeDuringEvent <https://eurobis.org/id/event/5990_> ;
  dwc:basisOfRecord "HumanObservation" ;
  marine-observation:hasOccurrenceBasis <http://rs.tdwg.org/dwc/dwctype/HumanObservation> ;
  dwc:fieldNumber "" ;
    marine-observation:hasOccurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  dwciri:occurrenceStatus <https://eurobis.org/ns/occurrence-status#present> ;
  marine-observation:isOfOrganismNamedAs <https://aphia.org/id/taxname/> ;
  dwc:dateLastModified '2025-09-04'^^xsd:date;
  dwc:institutionCode 'RBINS-OD Nature'^^xsd:string;
  dwc:collectionCode 'bmdc.be:marinemammals'^^xsd:string;
  dwc:catalogNumber 'http://www.marinemammals.be/observations/view/9379'^^xsd:anyURI;
  dwc:scientificName 'Halichoerus grypus (Fabricius 1791)'^^xsd:string;
  dwc:basisOfRecord 'HumanObservation'^^xsd:string;
  dwc:yearCollected '2020'^^xsd:integer;
  dwc:monthCollected '12'^^xsd:integer;
  dwc:timeZone '-18:00'^^xsd:string;
  dwc:continentOcean 'North Sea'^^xsd:string;
  dwc:longitude '2.711852'^^xsd:double;
  dwc:latitude '51.148842'^^xsd:double;
  dwc:occurrenceRemarks 'Found dead on beach'^^xsd:string;
  dwc:aphiaid '137080'^^xsd:integer;
  dwc:samplingProtocol 'ad hoc observation'^^xsd:string;
  dwc:occurrenceId 'http://www.marinemammals.be/observations/view/9379'^^xsd:anyURI;
  dwc:observationDate '2020-12-01'^^xsd:date;
  dwc:aphiaIdAccepted '137080'^^xsd:integer;
  dwc:timePrecision '10'^^xsd:integer;
  dwc:taxonRank '220'^^xsd:integer;
  dwc:geodeticDatum 'EPSG:4326'^^xsd:string;
  dwc:materialSampleId 'BE_2020_858'^^xsd:string;
  .
# EOF